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