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