Enum libresolv_sys::__ns_sect [] [src]

pub enum __ns_sect {
    ns_s_qd,
    ns_s_an,
    ns_s_ns,
    ns_s_ar,
    ns_s_max,
}

Variants

ns_s_qdns_s_anns_s_nsns_s_arns_s_max

Trait Implementations

impl Clone for __ns_sect
[src]

fn clone(&self) -> __ns_sect

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

impl Debug for __ns_sect
[src]

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

Formats the value using the given formatter.