kos_sys::os::netStruct ipv6_hdr_t
Source #[repr(C, packed(1))]
pub struct ipv6_hdr_t {
pub version_lclass: u8,
pub hclass_lflow: u8,
pub lclass: u16,
pub length: u16,
pub next_header: u8,
pub hop_limit: u8,
pub src_addr: in6_addr,
pub dst_addr: in6_addr,
}
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.