pub enum IfaF {
Secondary,
Temporary,
Nodad,
Optimistic,
Dadfailed,
Homeaddress,
Deprecated,
Tentative,
Permanent,
UnrecognizedConst(u8),
}
Expand description
Interface address flags
Variants§
Secondary
Temporary
Nodad
Optimistic
Dadfailed
Homeaddress
Deprecated
Tentative
Permanent
UnrecognizedConst(u8)
Implementations§
Trait Implementations§
Source§impl Ord for IfaF
impl Ord for IfaF
Source§impl PartialOrd for IfaF
impl PartialOrd for IfaF
Source§impl Size for IfaF
impl Size for IfaF
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 IfaF
impl Eq for IfaF
impl StructuralPartialEq for IfaF
Auto Trait Implementations§
impl Freeze for IfaF
impl RefUnwindSafe for IfaF
impl Send for IfaF
impl Sync for IfaF
impl Unpin for IfaF
impl UnwindSafe for IfaF
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