Struct libresolv_sys::HEADER [] [src]

pub struct HEADER {
    pub _bindgen_bitfield_1_: c_uint,
    pub _bindgen_bitfield_2_: c_uint,
    pub _bindgen_bitfield_3_: c_uint,
}

Fields

_bindgen_bitfield_1_: c_uint _bindgen_bitfield_2_: c_uint _bindgen_bitfield_3_: c_uint

Trait Implementations

impl Clone for HEADER
[src]

fn clone(&self) -> HEADER

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 HEADER
[src]

impl Debug for HEADER
[src]

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

Formats the value using the given formatter.

impl Default for HEADER
[src]

fn default() -> Self

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