Struct libc::if_msghdr [] [src]

#[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

Trait Implementations

impl Copy for if_msghdr
[src]

impl Clone for if_msghdr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more