Union c_ares_sys::ares_addr_port_node__bindgen_ty_1[][src]

#[repr(C)]
pub union ares_addr_port_node__bindgen_ty_1 { pub addr4: in_addr, pub addr6: ares_in6_addr, // some fields omitted }

Fields

Trait Implementations

impl Copy for ares_addr_port_node__bindgen_ty_1
[src]

impl Clone for ares_addr_port_node__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations