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: u32
pub nlmsg_type: u16
pub nlmsg_flags: u16
pub nlmsg_seq: u32
pub nlmsg_pid: u32
Trait Implementations
impl Debug for nlmsghdr
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for nlmsghdr
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for nlmsghdr
impl StructuralPartialEq for nlmsghdr
Auto Trait Implementations
impl RefUnwindSafe for nlmsghdr
impl UnwindSafe for nlmsghdr
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T