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