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