#[repr(C)]pub(crate) struct prefixmsg {
pub prefix_family: u8,
pub prefix_pad1: u8,
pub prefix_pad2: u16,
pub prefix_ifindex: i32,
pub prefix_type: u8,
pub prefix_len: u8,
pub prefix_flags: u8,
pub prefix_pad3: u8,
}
Fields§
§prefix_family: u8
§prefix_pad1: u8
§prefix_pad2: u16
§prefix_ifindex: i32
§prefix_type: u8
§prefix_len: u8
§prefix_flags: u8
§prefix_pad3: u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for prefixmsg
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