kos_sys::os::netinetUnion __s6_addr
Source #[repr(C)]
pub union __s6_addr {
pub __s6_addr8: [u8; 16],
pub __s6_addr16: [u16; 8],
pub __s6_addr32: [u32; 4],
pub __s6_addr64: [u64; 2],
}
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self)
.
That is, this conversion is whatever the implementation of
[From]<T> for U
chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.