Struct x86defs::vmx::ExitQualificationIo
source · pub struct ExitQualificationIo(/* private fields */);
Implementations§
source§impl ExitQualificationIo
impl ExitQualificationIo
sourcepub const fn access_size(&self) -> u8
pub const fn access_size(&self) -> u8
Bits: 0..2
sourcepub const fn with_access_size(self, value: u8) -> Self
pub const fn with_access_size(self, value: u8) -> Self
Bits: 0..2
sourcepub fn set_access_size(&mut self, value: u8)
pub fn set_access_size(&mut self, value: u8)
Bits: 0..2
sourcepub const fn with_reserved1(self, value: u8) -> Self
pub const fn with_reserved1(self, value: u8) -> Self
Bits: 2..3
sourcepub fn set_reserved1(&mut self, value: u8)
pub fn set_reserved1(&mut self, value: u8)
Bits: 2..3
sourcepub const fn with_is_in(self, value: bool) -> Self
pub const fn with_is_in(self, value: bool) -> Self
Bits: 3..4
sourcepub const fn with_is_string(self, value: bool) -> Self
pub const fn with_is_string(self, value: bool) -> Self
Bits: 4..5
sourcepub fn set_is_string(&mut self, value: bool)
pub fn set_is_string(&mut self, value: bool)
Bits: 4..5
sourcepub const fn rep_prefix(&self) -> bool
pub const fn rep_prefix(&self) -> bool
Bits: 5..6
sourcepub const fn with_rep_prefix(self, value: bool) -> Self
pub const fn with_rep_prefix(self, value: bool) -> Self
Bits: 5..6
sourcepub fn set_rep_prefix(&mut self, value: bool)
pub fn set_rep_prefix(&mut self, value: bool)
Bits: 5..6
sourcepub const fn immediate_operand(&self) -> bool
pub const fn immediate_operand(&self) -> bool
Bits: 6..7
sourcepub const fn with_immediate_operand(self, value: bool) -> Self
pub const fn with_immediate_operand(self, value: bool) -> Self
Bits: 6..7
sourcepub fn set_immediate_operand(&mut self, value: bool)
pub fn set_immediate_operand(&mut self, value: bool)
Bits: 6..7
sourcepub const fn with_reserved2(self, value: u32) -> Self
pub const fn with_reserved2(self, value: u32) -> Self
Bits: 7..16
sourcepub fn set_reserved2(&mut self, value: u32)
pub fn set_reserved2(&mut self, value: u32)
Bits: 7..16
Trait Implementations§
source§impl Clone for ExitQualificationIo
impl Clone for ExitQualificationIo
source§fn clone(&self) -> ExitQualificationIo
fn clone(&self) -> ExitQualificationIo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ExitQualificationIo
impl Debug for ExitQualificationIo
source§impl Default for ExitQualificationIo
impl Default for ExitQualificationIo
source§impl From<ExitQualificationIo> for u32
impl From<ExitQualificationIo> for u32
source§fn from(v: ExitQualificationIo) -> u32
fn from(v: ExitQualificationIo) -> u32
Converts to this type from the input type.
source§impl From<u32> for ExitQualificationIo
impl From<u32> for ExitQualificationIo
impl Copy for ExitQualificationIo
Auto Trait Implementations§
impl Freeze for ExitQualificationIo
impl RefUnwindSafe for ExitQualificationIo
impl Send for ExitQualificationIo
impl Sync for ExitQualificationIo
impl Unpin for ExitQualificationIo
impl UnwindSafe for ExitQualificationIo
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)