Enum libresolv_sys::__ns_rcode [] [src]

#[repr(u32)]
pub enum __ns_rcode { ns_r_noerror, ns_r_formerr, ns_r_servfail, ns_r_nxdomain, ns_r_notimpl, ns_r_refused, ns_r_yxdomain, ns_r_yxrrset, ns_r_nxrrset, ns_r_notauth, ns_r_notzone, ns_r_max, ns_r_badvers, ns_r_badkey, ns_r_badtime, }

Variants

Trait Implementations

impl Copy for __ns_rcode
[src]

impl Clone for __ns_rcode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for __ns_rcode
[src]

Formats the value using the given formatter.