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