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