Struct libnotcurses_sys::ffi::in6_addr [−][src]
#[repr(C)]pub struct in6_addr { pub __in6_u: in6_addr__bindgen_ty_1, }
Expand description
IPv6 address
Fields
__in6_u: in6_addr__bindgen_ty_1
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for in6_addr
impl UnwindSafe for in6_addr
Blanket Implementations
Mutably borrows from an owned value. Read more