Enum libresolv_sys::__ns_type [] [src]

#[repr(u32)]
pub enum __ns_type { ns_t_invalid, ns_t_a, ns_t_ns, ns_t_md, ns_t_mf, ns_t_cname, ns_t_soa, ns_t_mb, ns_t_mg, ns_t_mr, ns_t_null, ns_t_wks, ns_t_ptr, ns_t_hinfo, ns_t_minfo, ns_t_mx, ns_t_txt, ns_t_rp, ns_t_afsdb, ns_t_x25, ns_t_isdn, ns_t_rt, ns_t_nsap, ns_t_nsap_ptr, ns_t_sig, ns_t_key, ns_t_px, ns_t_gpos, ns_t_aaaa, ns_t_loc, ns_t_nxt, ns_t_eid, ns_t_nimloc, ns_t_srv, ns_t_atma, ns_t_naptr, ns_t_kx, ns_t_cert, ns_t_a6, ns_t_dname, ns_t_sink, ns_t_opt, ns_t_apl, ns_t_tkey, ns_t_tsig, ns_t_ixfr, ns_t_axfr, ns_t_mailb, ns_t_maila, ns_t_any, ns_t_zxfr, ns_t_max, }

Variants

Trait Implementations

impl Copy for __ns_type
[src]

impl Clone for __ns_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for __ns_type
[src]

Formats the value using the given formatter.