pub enum CpuMode {
FlatProtectedMode,
LongMode,
}Variants§
Auto Trait Implementations§
impl Freeze for CpuMode
impl RefUnwindSafe for CpuMode
impl Send for CpuMode
impl Sync for CpuMode
impl Unpin for CpuMode
impl UnwindSafe for CpuMode
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