pub(crate) enum E820Type {
Ram = 1,
Reserved = 2,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for E820Type
impl RefUnwindSafe for E820Type
impl Send for E820Type
impl Sync for E820Type
impl Unpin for E820Type
impl UnwindSafe for E820Type
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