Struct c_ares_sys::ares_soa_reply
source · #[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_char§hostmaster: *mut c_char§serial: c_uint§refresh: c_uint§retry: c_uint§expire: c_uint§minttl: c_uintTrait Implementations§
source§impl Clone for ares_soa_reply
impl Clone for ares_soa_reply
source§fn clone(&self) -> ares_soa_reply
fn clone(&self) -> ares_soa_reply
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more