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