pub struct Pl011IrqHandler { /* private fields */ }Trait Implementations§
Source§impl TIrqHandler for Pl011IrqHandler
impl TIrqHandler for Pl011IrqHandler
fn clean_interrupt_status(&self) -> InterruptMask
impl Sync for Pl011IrqHandler
Auto Trait Implementations§
impl Freeze for Pl011IrqHandler
impl !RefUnwindSafe for Pl011IrqHandler
impl Send for Pl011IrqHandler
impl Unpin for Pl011IrqHandler
impl !UnwindSafe for Pl011IrqHandler
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