Struct linux_raw_sys::v5_11::netlink::prefixmsg [−][src]
#[repr(C)]pub struct prefixmsg { pub prefix_family: c_uchar, pub prefix_pad1: c_uchar, pub prefix_pad2: c_ushort, pub prefix_ifindex: c_int, pub prefix_type: c_uchar, pub prefix_len: c_uchar, pub prefix_flags: c_uchar, pub prefix_pad3: c_uchar, }
Fields
prefix_family: c_ucharprefix_pad1: c_ucharprefix_pad2: c_ushortprefix_ifindex: c_intprefix_type: c_ucharprefix_len: c_ucharprefix_flags: c_ucharprefix_pad3: c_ucharTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for prefixmsgimpl UnwindSafe for prefixmsgBlanket Implementations
Mutably borrows from an owned value. Read more