Union julia_sys::in6_addr__bindgen_ty_1 [] [src]

#[repr(C)]
pub union in6_addr__bindgen_ty_1 { pub __u6_addr8: [u8; 16], pub __u6_addr16: [u16; 8], pub __u6_addr32: [u32; 4], // some fields omitted }

Fields

__u6_addr8: [u8; 16] __u6_addr16: [u16; 8] __u6_addr32: [u32; 4]

Trait Implementations

impl Copy for in6_addr__bindgen_ty_1
[src]

impl Clone for in6_addr__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more