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