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