pub enum ActNla {
Unspec(Vec<u8>),
Kind(String),
Options(Vec<ActOpt>),
Index(u32),
Stats(Vec<Stats2>),
Cookie(Vec<u8>),
Other(DefaultNla),
}
Variants
Unspec(Vec<u8>)
Kind(String)
Options(Vec<ActOpt>)
Index(u32)
Stats(Vec<Stats2>)
Cookie(Vec<u8>)
Other(DefaultNla)
Trait Implementations
impl Eq for ActNla
impl StructuralEq for ActNla
impl StructuralPartialEq for ActNla
Auto Trait Implementations
impl RefUnwindSafe for ActNla
impl Send for ActNla
impl Sync for ActNla
impl Unpin for ActNla
impl UnwindSafe for ActNla
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more