#[repr(C)]pub struct if_msghdr {
pub ifm_msglen: c_ushort,
pub ifm_version: c_uchar,
pub ifm_type: c_uchar,
pub ifm_addrs: c_int,
pub ifm_flags: c_int,
pub ifm_index: c_ushort,
pub ifm_data: if_data,
}Fields§
§ifm_msglen: c_ushort§ifm_version: c_uchar§ifm_type: c_uchar§ifm_addrs: c_int§ifm_flags: c_int§ifm_index: c_ushort§ifm_data: if_dataTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for if_msghdr
impl Send for if_msghdr
impl Sync for if_msghdr
impl Unpin for if_msghdr
impl UnwindSafe for if_msghdr
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