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