Union c_ares_sys::ares_addr_node__bindgen_ty_1 [] [src]

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

Fields

addr4: in_addr addr6: ares_in6_addr

Trait Implementations

impl Copy for ares_addr_node__bindgen_ty_1
[src]

impl Clone for ares_addr_node__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations