pub struct AIM { /* private fields */ }Expand description
AInterrupt mask register2
Implementations§
Auto Trait Implementations§
impl !Freeze for AIM
impl !RefUnwindSafe for AIM
impl Send for AIM
impl !Sync for AIM
impl Unpin for AIM
impl UnwindSafe for AIM
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