Struct linux_raw_sys::v5_4::netlink::nduseroptmsg [−][src]
#[repr(C)]pub struct nduseroptmsg { pub nduseropt_family: c_uchar, pub nduseropt_pad1: c_uchar, pub nduseropt_opts_len: c_ushort, pub nduseropt_ifindex: c_int, pub nduseropt_icmp_type: __u8, pub nduseropt_icmp_code: __u8, pub nduseropt_pad2: c_ushort, pub nduseropt_pad3: c_uint, }
Fields
nduseropt_family: c_ucharnduseropt_pad1: c_ucharnduseropt_opts_len: c_ushortnduseropt_ifindex: c_intnduseropt_icmp_type: __u8nduseropt_icmp_code: __u8nduseropt_pad2: c_ushortnduseropt_pad3: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for nduseroptmsgimpl Send for nduseroptmsgimpl Sync for nduseroptmsgimpl Unpin for nduseroptmsgimpl UnwindSafe for nduseroptmsgBlanket Implementations
Mutably borrows from an owned value. Read more