pub struct PlicRegisters { /* private fields */ }Expand description
PLIC registers for machine mode context only at this time.
The spec defines extra sets of registers for additional contexts, that is supervisor, user and other modes, but these aren’t supported by the current code.
Auto Trait Implementations§
impl !Freeze for PlicRegisters
impl !RefUnwindSafe for PlicRegisters
impl Send for PlicRegisters
impl !Sync for PlicRegisters
impl Unpin for PlicRegisters
impl UnwindSafe for PlicRegisters
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