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