Union c_ares_sys::ares_in6_addr__bindgen_ty_1[][src]

#[repr(C)]
pub union ares_in6_addr__bindgen_ty_1 { pub _S6_u8: [c_uchar; 16], // some fields omitted }

Fields

Trait Implementations

impl Copy for ares_in6_addr__bindgen_ty_1
[src]

impl Clone for ares_in6_addr__bindgen_ty_1
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations