pub struct EGR { /* private fields */ }
Expand description
event generation register
Implementations§
Auto Trait Implementations§
impl !Freeze for EGR
impl !RefUnwindSafe for EGR
impl Send for EGR
impl !Sync for EGR
impl Unpin for EGR
impl UnwindSafe for EGR
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