pub struct Pmpcsr {
pub bits: usize,
}
Fields§
§bits: usize
Holds the raw contents of a PMP CSR Register
Implementations§
Auto Trait Implementations§
impl Freeze for Pmpcsr
impl RefUnwindSafe for Pmpcsr
impl Send for Pmpcsr
impl Sync for Pmpcsr
impl Unpin for Pmpcsr
impl UnwindSafe for Pmpcsr
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