pub struct DeviceCounters {
pub rx_frames: u64,
pub tx_frames: u64,
}
Fields§
§rx_frames: u64
§tx_frames: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeviceCounters
impl RefUnwindSafe for DeviceCounters
impl Send for DeviceCounters
impl Sync for DeviceCounters
impl Unpin for DeviceCounters
impl UnwindSafe for DeviceCounters
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