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

impl Copy for res_sym
[src]

impl Debug for res_sym
[src]

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

Formats the value using the given formatter.

impl Default for res_sym
[src]

fn default() -> Self[]

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