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