#[repr(transparent)]pub struct RmonTCol(pub u32);Expand description
Tx Collision Count Statistic Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for RmonTCol
impl Eq for RmonTCol
impl StructuralPartialEq for RmonTCol
Auto Trait Implementations§
impl Freeze for RmonTCol
impl RefUnwindSafe for RmonTCol
impl Send for RmonTCol
impl Sync for RmonTCol
impl Unpin for RmonTCol
impl UnwindSafe for RmonTCol
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