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