[][src]Struct libc::if_msghdr

#[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_ushortifm_version: c_ucharifm_type: c_ucharifm_addrs: c_intifm_flags: c_intifm_index: c_ushortifm_data: if_data

Trait Implementations

impl Copy for if_msghdr[src]

impl Clone for if_msghdr[src]

Auto Trait Implementations

impl Unpin for if_msghdr

impl Send for if_msghdr

impl Sync for if_msghdr

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]