pub struct EGU3 { /* private fields */ }Expand description
Event Generator Unit 3
Implementations§
Trait Implementations§
Source§impl Deref for EGU3
impl Deref for EGU3
Source§type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
Source§fn deref(&self) -> &RegisterBlock
fn deref(&self) -> &RegisterBlock
Dereferences the value.
impl Send for EGU3
Auto Trait Implementations§
impl Freeze for EGU3
impl RefUnwindSafe for EGU3
impl !Sync for EGU3
impl Unpin for EGU3
impl UnsafeUnpin 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