Struct libresolv_sys::res_sym
[−]
[src]
pub struct res_sym { pub number: c_int, pub name: *mut c_char, pub humanname: *mut c_char, }
Fields
number: c_int
name: *mut c_char
humanname: *mut c_char
Trait Implementations
impl Clone for res_sym
[src]
fn clone(&self) -> res_sym
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