Struct libresolv_sys::cmsghdr [] [src]

#[repr(C)]
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

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 Debug for cmsghdr
[src]

Formats the value using the given formatter.

impl Default for cmsghdr
[src]

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