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