pub enum BuildE820MapError {
ReservedRegionNotCovered,
OutOfE820Entries,
}
Variants§
ReservedRegionNotCovered
Parameter region not fully covered by VTL2 ram.
OutOfE820Entries
Out of e820 entries.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuildE820MapError
impl RefUnwindSafe for BuildE820MapError
impl Send for BuildE820MapError
impl Sync for BuildE820MapError
impl Unpin for BuildE820MapError
impl UnwindSafe for BuildE820MapError
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