Struct linux_raw_sys::v2_6_32::netlink::ndmsg [−][src]
#[repr(C)]pub struct ndmsg { pub ndm_family: __u8, pub ndm_pad1: __u8, pub ndm_pad2: __u16, pub ndm_ifindex: __s32, pub ndm_state: __u16, pub ndm_flags: __u8, pub ndm_type: __u8, }
Fields
ndm_family: __u8ndm_pad1: __u8ndm_pad2: __u16ndm_ifindex: __s32ndm_state: __u16ndm_flags: __u8ndm_type: __u8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ndmsgimpl UnwindSafe for ndmsgBlanket Implementations
Mutably borrows from an owned value. Read more