pub struct NtfFlags(_);
Implementations§
Trait Implementations§
source§impl PartialEq<NtfFlags> for NtfFlags
impl PartialEq<NtfFlags> for NtfFlags
source§impl Size for NtfFlags
impl Size for NtfFlags
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.