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 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