Struct libc::cmsghdr [] [src]

#[repr(C)]
pub struct cmsghdr { pub cmsg_len: size_t, pub cmsg_level: c_int, pub cmsg_type: c_int, }

Fields

Trait Implementations

impl Copy for cmsghdr
[src]

impl Clone for cmsghdr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for cmsghdr

impl Sync for cmsghdr