[][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 Clone for if_msghdr[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for if_msghdr[src]

Auto Trait Implementations

impl Send for if_msghdr

impl Sync for if_msghdr

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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