Struct c_ares_sys::ares_soa_reply [] [src]

#[repr(C)]
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, }

Fields

Trait Implementations

impl Debug for ares_soa_reply
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for ares_soa_reply
[src]

impl Clone for ares_soa_reply
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for ares_soa_reply

impl !Sync for ares_soa_reply