Struct libc::nlmsghdr
#[repr(C)]
pub struct nlmsghdr {
pub nlmsg_len: u32,
pub nlmsg_type: u16,
pub nlmsg_flags: u16,
pub nlmsg_seq: u32,
pub nlmsg_pid: u32,
}Fields
pub nlmsg_len: u32pub nlmsg_type: u16pub nlmsg_flags: u16pub nlmsg_seq: u32pub nlmsg_pid: u32Trait Implementations
impl Debug for nlmsghdr
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for nlmsghdr
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for nlmsghdrimpl StructuralPartialEq for nlmsghdrAuto Trait Implementations
impl RefUnwindSafe for nlmsghdrimpl UnwindSafe for nlmsghdrBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T