Enum riscv::paging::FlagUpdateError
source · [−]pub enum FlagUpdateError {
PageNotMapped,
}
Expand description
An error indicating that an update_flags
call failed.
Variants
PageNotMapped
The given page is not mapped to a physical frame.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FlagUpdateError
impl Send for FlagUpdateError
impl Sync for FlagUpdateError
impl Unpin for FlagUpdateError
impl UnwindSafe for FlagUpdateError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more