Enum netlink_packet_route::rtnl::neighbour_table::nlas::Nla
source · pub enum Nla {
Unspec(Vec<u8>),
Parms(Vec<u8>),
Name(String),
Threshold1(u32),
Threshold2(u32),
Threshold3(u32),
Config(Vec<u8>),
Stats(Vec<u8>),
GcInterval(u64),
Other(DefaultNla),
}
Variants§
Unspec(Vec<u8>)
Parms(Vec<u8>)
Name(String)
Threshold1(u32)
Threshold2(u32)
Threshold3(u32)
Config(Vec<u8>)
Stats(Vec<u8>)
GcInterval(u64)
Other(DefaultNla)
Trait Implementations§
impl Eq for Nla
impl StructuralPartialEq for Nla
Auto Trait Implementations§
impl Freeze for Nla
impl RefUnwindSafe for Nla
impl Send for Nla
impl Sync for Nla
impl Unpin for Nla
impl UnwindSafe for Nla
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
)