pub enum RtmF {
Notify,
Cloned,
Equalize,
Prefix,
LookupTable,
FibMatch,
UnrecognizedConst(c_uint),
}
Expand description
rtm_flags
Flags for rtnetlink messages
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for RtmF
impl Ord for RtmF
Source§impl PartialOrd for RtmF
impl PartialOrd for RtmF
Source§impl Size for RtmF
impl Size for RtmF
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 RtmF
impl Eq for RtmF
impl StructuralPartialEq for RtmF
Auto Trait Implementations§
impl Freeze for RtmF
impl RefUnwindSafe for RtmF
impl Send for RtmF
impl Sync for RtmF
impl Unpin for RtmF
impl UnwindSafe for RtmF
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