pub enum ActOpt {
Mirred(Nla),
Other(DefaultNla),
}Variants§
Mirred(Nla)
Other(DefaultNla)
Trait Implementations§
Source§impl<'a, T, S> ParseableParametrized<NlaBuffer<&'a T>, S> for ActOpt
impl<'a, T, S> ParseableParametrized<NlaBuffer<&'a T>, S> for ActOpt
Source§fn parse_with_param(
buf: &NlaBuffer<&'a T>,
kind: S,
) -> Result<Self, DecodeError>
fn parse_with_param( buf: &NlaBuffer<&'a T>, kind: S, ) -> Result<Self, DecodeError>
Deserialize the current type.
impl Eq for ActOpt
impl StructuralPartialEq for ActOpt
Auto Trait Implementations§
impl Freeze for ActOpt
impl RefUnwindSafe for ActOpt
impl Send for ActOpt
impl Sync for ActOpt
impl Unpin for ActOpt
impl UnwindSafe for ActOpt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more