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]

[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_addrttl

impl Sync for ares_addrttl