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