Struct c_ares_sys::ares_addrttl [] [src]

#[repr(C)]
pub struct ares_addrttl { pub ipaddr: in_addr, pub ttl: c_int, }

Fields

Trait Implementations

impl Copy for ares_addrttl
[src]

impl Clone for ares_addrttl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ares_addrttl
[src]

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