Struct avr_device::atmega4809::EVSYS
source · pub struct EVSYS { /* private fields */ }
Expand description
Event System
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EVSYS
impl RefUnwindSafe for EVSYS
impl !Sync for EVSYS
impl Unpin for EVSYS
impl UnwindSafe for EVSYS
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