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
nsname: *mut c_charhostmaster: *mut c_charserial: c_uintrefresh: c_uintretry: c_uintexpire: c_uintminttl: c_uintTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ares_soa_reply
impl !Send for ares_soa_reply
impl !Sync for ares_soa_reply
impl Unpin for ares_soa_reply
impl UnwindSafe for ares_soa_reply
Blanket Implementations
Mutably borrows from an owned value. Read more