Struct c_ares_sys::ares_addr6ttl[][src]

#[repr(C)]
pub struct ares_addr6ttl { pub ip6addr: ares_in6_addr, pub ttl: c_int, }

Fields

Trait Implementations

impl Copy for ares_addr6ttl
[src]

impl Clone for ares_addr6ttl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations