kos_sys::os::netStruct net_ipv6_stats_t
Source #[repr(C)]
pub struct net_ipv6_stats_t {
pub pkt_sent: u32,
pub pkt_send_failed: u32,
pub pkt_recv: u32,
pub pkt_recv_bad_size: u32,
pub pkt_recv_bad_proto: u32,
pub pkt_recv_bad_ext: u32,
}
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.