Union libnotcurses_sys::ffi::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
Auto Trait Implementations
impl RefUnwindSafe for in6_addr__bindgen_ty_1
impl Send for in6_addr__bindgen_ty_1
impl Sync for in6_addr__bindgen_ty_1
impl Unpin for in6_addr__bindgen_ty_1
impl UnwindSafe for in6_addr__bindgen_ty_1
Blanket Implementations
Mutably borrows from an owned value. Read more