pub struct ExtendedStateEnumerationSubleaf0Eax(/* private fields */);
Implementations§
Source§impl ExtendedStateEnumerationSubleaf0Eax
impl ExtendedStateEnumerationSubleaf0Eax
Sourcepub const fn with_x87_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_x87_checked(self, value: bool) -> Result<Self, ()>
Bits: 0..1
Sourcepub const fn with_sse_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_sse_checked(self, value: bool) -> Result<Self, ()>
Bits: 1..2
Sourcepub const fn with_avx_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_avx_checked(self, value: bool) -> Result<Self, ()>
Bits: 2..3
Sourcepub const fn with_bndreg_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_bndreg_checked(self, value: bool) -> Result<Self, ()>
Bits: 3..4
Sourcepub const fn with_bndreg(self, value: bool) -> Self
pub const fn with_bndreg(self, value: bool) -> Self
Bits: 3..4
Sourcepub const fn set_bndreg(&mut self, value: bool)
pub const fn set_bndreg(&mut self, value: bool)
Bits: 3..4
Sourcepub const fn with_bndcsr_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_bndcsr_checked(self, value: bool) -> Result<Self, ()>
Bits: 4..5
Sourcepub const fn with_bndcsr(self, value: bool) -> Self
pub const fn with_bndcsr(self, value: bool) -> Self
Bits: 4..5
Sourcepub const fn set_bndcsr(&mut self, value: bool)
pub const fn set_bndcsr(&mut self, value: bool)
Bits: 4..5
Sourcepub const fn with_opmask_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_opmask_checked(self, value: bool) -> Result<Self, ()>
Bits: 5..6
Sourcepub const fn with_opmask(self, value: bool) -> Self
pub const fn with_opmask(self, value: bool) -> Self
Bits: 5..6
Sourcepub const fn set_opmask(&mut self, value: bool)
pub const fn set_opmask(&mut self, value: bool)
Bits: 5..6
Sourcepub const fn with_zmmhi_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_zmmhi_checked(self, value: bool) -> Result<Self, ()>
Bits: 6..7
Sourcepub const fn with_zmmhi(self, value: bool) -> Self
pub const fn with_zmmhi(self, value: bool) -> Self
Bits: 6..7
Sourcepub const fn with_zmm16_31_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_zmm16_31_checked(self, value: bool) -> Result<Self, ()>
Bits: 7..8
Sourcepub const fn with_zmm16_31(self, value: bool) -> Self
pub const fn with_zmm16_31(self, value: bool) -> Self
Bits: 7..8
Sourcepub const fn set_zmm16_31(&mut self, value: bool)
pub const fn set_zmm16_31(&mut self, value: bool)
Bits: 7..8
Sourcepub const fn with_xtile_cfg_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_xtile_cfg_checked(self, value: bool) -> Result<Self, ()>
Bits: 17..18
Sourcepub const fn with_xtile_cfg(self, value: bool) -> Self
pub const fn with_xtile_cfg(self, value: bool) -> Self
Bits: 17..18
Sourcepub const fn set_xtile_cfg(&mut self, value: bool)
pub const fn set_xtile_cfg(&mut self, value: bool)
Bits: 17..18
Sourcepub const fn with_xtile_dta_checked(self, value: bool) -> Result<Self, ()>
pub const fn with_xtile_dta_checked(self, value: bool) -> Result<Self, ()>
Bits: 18..19
Sourcepub const fn with_xtile_dta(self, value: bool) -> Self
pub const fn with_xtile_dta(self, value: bool) -> Self
Bits: 18..19
Sourcepub const fn set_xtile_dta(&mut self, value: bool)
pub const fn set_xtile_dta(&mut self, value: bool)
Bits: 18..19
Trait Implementations§
Source§impl Clone for ExtendedStateEnumerationSubleaf0Eax
impl Clone for ExtendedStateEnumerationSubleaf0Eax
Source§fn clone(&self) -> ExtendedStateEnumerationSubleaf0Eax
fn clone(&self) -> ExtendedStateEnumerationSubleaf0Eax
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 From<ExtendedStateEnumerationSubleaf0Eax> for u32
impl From<ExtendedStateEnumerationSubleaf0Eax> for u32
Source§fn from(v: ExtendedStateEnumerationSubleaf0Eax) -> u32
fn from(v: ExtendedStateEnumerationSubleaf0Eax) -> u32
Converts to this type from the input type.
impl Copy for ExtendedStateEnumerationSubleaf0Eax
Auto Trait Implementations§
impl Freeze for ExtendedStateEnumerationSubleaf0Eax
impl RefUnwindSafe for ExtendedStateEnumerationSubleaf0Eax
impl Send for ExtendedStateEnumerationSubleaf0Eax
impl Sync for ExtendedStateEnumerationSubleaf0Eax
impl Unpin for ExtendedStateEnumerationSubleaf0Eax
impl UnwindSafe for ExtendedStateEnumerationSubleaf0Eax
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