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