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