#[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_data
Trait 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more