Struct linux_raw_sys::v5_4::netlink::nlmsghdr [−][src]
#[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
nlmsg_len: __u32nlmsg_type: __u16nlmsg_flags: __u16nlmsg_seq: __u32nlmsg_pid: __u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for nlmsghdrimpl UnwindSafe for nlmsghdrBlanket Implementations
Mutably borrows from an owned value. Read more