pub enum X86Mode {
Long,
Protected,
}Variants§
Trait Implementations§
impl Copy for X86Mode
impl Eq for X86Mode
impl StructuralPartialEq for X86Mode
Auto Trait Implementations§
impl Freeze for X86Mode
impl RefUnwindSafe for X86Mode
impl Send for X86Mode
impl Sync for X86Mode
impl Unpin for X86Mode
impl UnwindSafe for X86Mode
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