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