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