pub struct INTR_CTRL { /* private fields */ }Expand description
Interrupt Controller
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for INTR_CTRL
impl RefUnwindSafe for INTR_CTRL
impl !Sync for INTR_CTRL
impl Unpin for INTR_CTRL
impl UnwindSafe for INTR_CTRL
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