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