Struct libresolv_sys::cmsghdr [] [src]

pub struct cmsghdr {
    pub cmsg_len: size_t,
    pub cmsg_level: c_int,
    pub cmsg_type: c_int,
    pub __cmsg_data: [c_uchar; 0],
}

Fields

cmsg_len: size_t cmsg_level: c_int cmsg_type: c_int __cmsg_data: [c_uchar; 0]

Trait Implementations

impl Clone for cmsghdr
[src]

fn clone(&self) -> cmsghdr

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for cmsghdr
[src]

impl Debug for cmsghdr
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for cmsghdr
[src]

fn default() -> Self

Returns the "default value" for a type. Read more