Struct linux_raw_sys::netlink::prefixmsg
source · #[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_uchar§prefix_pad1: c_uchar§prefix_pad2: c_ushort§prefix_ifindex: c_int§prefix_type: c_uchar§prefix_len: c_uchar§prefix_flags: c_uchar§prefix_pad3: c_ucharTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for prefixmsg
impl Send for prefixmsg
impl Sync for prefixmsg
impl Unpin for prefixmsg
impl UnwindSafe for prefixmsg
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more