pub struct Plicsw { /* private fields */ }
Expand description
PLICSW, Platform Level Software Interrupt Controller. Compatible with PLIC.
Implementations§
Trait Implementations§
impl Copy for Plicsw
impl Eq for Plicsw
impl Send for Plicsw
impl StructuralPartialEq for Plicsw
impl Sync for Plicsw
Auto Trait Implementations§
impl Freeze for Plicsw
impl RefUnwindSafe for Plicsw
impl Unpin for Plicsw
impl UnwindSafe for Plicsw
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