Struct c_ares_sys::Struct_ares_naptr_reply [] [src]

pub struct Struct_ares_naptr_reply {
    pub next: *mut Struct_ares_naptr_reply,
    pub flags: *mut c_uchar,
    pub service: *mut c_uchar,
    pub regexp: *mut c_uchar,
    pub replacement: *mut c_char,
    pub order: c_ushort,
    pub preference: c_ushort,
}

Fields

Trait Implementations

impl Copy for Struct_ares_naptr_reply
[src]

impl Clone for Struct_ares_naptr_reply
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_ares_naptr_reply
[src]

Returns the "default value" for a type. Read more