#[repr(transparent)]pub struct Smcnt(pub u16);Expand description
Counter Register
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for Smcnt
impl Eq for Smcnt
impl StructuralPartialEq for Smcnt
Auto Trait Implementations§
impl Freeze for Smcnt
impl RefUnwindSafe for Smcnt
impl Send for Smcnt
impl Sync for Smcnt
impl Unpin for Smcnt
impl UnwindSafe for Smcnt
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