Struct libc_interface::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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for cmsghdr
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for cmsghdr
[src]

Auto Trait Implementations

impl Send for cmsghdr

impl Sync for cmsghdr