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§
source§impl PartialEq for ActNla
impl PartialEq for ActNla
impl Eq for ActNla
impl StructuralPartialEq for ActNla
Auto Trait Implementations§
impl Freeze for ActNla
impl RefUnwindSafe for ActNla
impl Send for ActNla
impl Sync for ActNla
impl Unpin for ActNla
impl UnwindSafe for ActNla
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)