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