pub struct HardFault;Expand description
A write to a read-only (pinned) page — a permanent PVM2-level fault.
(Accesses outside any declared mapping are rejected by the caller
before reaching charge_for.) Charge nothing.
Trait Implementations§
impl Copy for HardFault
impl Eq for HardFault
impl StructuralPartialEq for HardFault
Auto Trait Implementations§
impl Freeze for HardFault
impl RefUnwindSafe for HardFault
impl Send for HardFault
impl Sync for HardFault
impl Unpin for HardFault
impl UnsafeUnpin for HardFault
impl UnwindSafe for HardFault
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