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