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