pub enum Ntf {
Use,
Self_,
Master,
Proxy,
ExtLearned,
Offloaded,
Router,
UnrecognizedConst(u8),
}
Expand description
Arp neighbor cache entry flags
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Ntf
impl Ord for Ntf
Source§impl PartialOrd for Ntf
impl PartialOrd for Ntf
Source§impl Size for Ntf
impl Size for Ntf
Source§fn unpadded_size(&self) -> usize
fn unpadded_size(&self) -> usize
Size of the unpadded data structure. This will usually
only be unaligned for variable length types like
strings or byte buffers.
Source§fn padded_size(&self) -> usize
fn padded_size(&self) -> usize
Get the size of of the payload and align it to
the required netlink byte alignment.
impl Copy for Ntf
impl Eq for Ntf
impl StructuralPartialEq for Ntf
Auto Trait Implementations§
impl Freeze for Ntf
impl RefUnwindSafe for Ntf
impl Send for Ntf
impl Sync for Ntf
impl Unpin for Ntf
impl UnwindSafe for Ntf
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