pub enum CnMsgVal {
Proc,
Cifs,
W1,
V86dUvesafb,
Dst,
DmUserspaceLog,
Drbd,
Kvp,
Vss,
UnrecognizedConst(u32),
}
Expand description
Values for val
in CnMsg
.
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for CnMsgVal
impl Ord for CnMsgVal
Source§impl PartialOrd for CnMsgVal
impl PartialOrd for CnMsgVal
Source§impl Size for CnMsgVal
impl Size for CnMsgVal
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 the payload and align it to
the required netlink byte alignment.
impl Copy for CnMsgVal
impl Eq for CnMsgVal
impl StructuralPartialEq for CnMsgVal
Auto Trait Implementations§
impl Freeze for CnMsgVal
impl RefUnwindSafe for CnMsgVal
impl Send for CnMsgVal
impl Sync for CnMsgVal
impl Unpin for CnMsgVal
impl UnwindSafe for CnMsgVal
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