Struct c_ares_sys::Struct_ares_addrttl
[−]
[src]
pub struct Struct_ares_addrttl {
pub ipaddr: Struct_in_addr,
pub ttl: c_int,
}Fields
ipaddr: Struct_in_addr
ttl: c_int
Trait Implementations
impl Copy for Struct_ares_addrttl[src]
impl Clone for Struct_ares_addrttl[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more