Struct c_ares_sys::ares_soa_reply [] [src]

pub struct ares_soa_reply {
    pub nsname: *mut c_char,
    pub hostmaster: *mut c_char,
    pub serial: c_uint,
    pub refresh: c_uint,
    pub retry: c_uint,
    pub expire: c_uint,
    pub minttl: c_uint,
    // some fields omitted
}

Fields

Trait Implementations

impl Clone for ares_soa_reply
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ares_soa_reply
[src]

impl Default for ares_soa_reply
[src]

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