Struct PacketStats
#[repr(transparent)]pub struct PacketStats(PacketStats);Tuple Fields§
§0: PacketStatsImplementations§
§impl PacketStats
impl PacketStats
const fn from_sys_ref(addr: &PacketStats) -> &Self
Trait Implementations§
§impl Debug for PacketStats
impl Debug for PacketStats
§impl Serialize for PacketStats
Available on crate feature serde only.
impl Serialize for PacketStats
Available on crate feature
serde only.Auto Trait Implementations§
impl Freeze for PacketStats
impl RefUnwindSafe for PacketStats
impl Send for PacketStats
impl Sync for PacketStats
impl Unpin for PacketStats
impl UnwindSafe for PacketStats
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more