Enum libresolv_sys::__ns_class [] [src]

pub enum __ns_class {
    ns_c_invalid,
    ns_c_in,
    ns_c_2,
    ns_c_chaos,
    ns_c_hs,
    ns_c_none,
    ns_c_any,
    ns_c_max,
}

Variants

ns_c_invalidns_c_inns_c_2ns_c_chaosns_c_hsns_c_nonens_c_anyns_c_max

Trait Implementations

impl Clone for __ns_class
[src]

fn clone(&self) -> __ns_class

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

impl Debug for __ns_class
[src]

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

Formats the value using the given formatter.