Enum x86defs::vmx::FieldWidth
source · #[repr(u32)]pub enum FieldWidth {
Width16 = 0,
Width32 = 2,
Width64 = 1,
WidthNatural = 3,
}
Variants§
Trait Implementations§
source§impl Debug for FieldWidth
impl Debug for FieldWidth
source§impl PartialEq for FieldWidth
impl PartialEq for FieldWidth
impl Eq for FieldWidth
impl StructuralPartialEq for FieldWidth
Auto Trait Implementations§
impl Freeze for FieldWidth
impl RefUnwindSafe for FieldWidth
impl Send for FieldWidth
impl Sync for FieldWidth
impl Unpin for FieldWidth
impl UnwindSafe for FieldWidth
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