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