Struct nrf52840_pac::EGU3
source · pub struct EGU3 { /* private fields */ }
Expand description
Event Generator Unit 3
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EGU3
impl RefUnwindSafe for EGU3
impl !Sync for EGU3
impl Unpin for EGU3
impl UnwindSafe for EGU3
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