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_qd
ns_s_an
ns_s_ns
ns_s_ar
ns_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