pub struct ExtendedStateEnumerationSubleaf0Eax(/* private fields */);
Implementations§
source§impl ExtendedStateEnumerationSubleaf0Eax
impl ExtendedStateEnumerationSubleaf0Eax
sourcepub const fn with_bndreg(self, value: bool) -> Self
pub const fn with_bndreg(self, value: bool) -> Self
Bits: 3..4
sourcepub fn set_bndreg(&mut self, value: bool)
pub fn set_bndreg(&mut self, value: bool)
Bits: 3..4
sourcepub const fn with_bndcsr(self, value: bool) -> Self
pub const fn with_bndcsr(self, value: bool) -> Self
Bits: 4..5
sourcepub fn set_bndcsr(&mut self, value: bool)
pub fn set_bndcsr(&mut self, value: bool)
Bits: 4..5
sourcepub const fn with_opmask(self, value: bool) -> Self
pub const fn with_opmask(self, value: bool) -> Self
Bits: 5..6
sourcepub fn set_opmask(&mut self, value: bool)
pub fn set_opmask(&mut self, value: bool)
Bits: 5..6
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(self, value: bool) -> Self
pub const fn with_zmm16_31(self, value: bool) -> Self
Bits: 7..8
sourcepub fn set_zmm16_31(&mut self, value: bool)
pub fn set_zmm16_31(&mut self, value: bool)
Bits: 7..8
sourcepub const fn with_xtile_cfg(self, value: bool) -> Self
pub const fn with_xtile_cfg(self, value: bool) -> Self
Bits: 17..18
sourcepub fn set_xtile_cfg(&mut self, value: bool)
pub fn set_xtile_cfg(&mut self, value: bool)
Bits: 17..18
sourcepub const fn with_xtile_dta(self, value: bool) -> Self
pub const fn with_xtile_dta(self, value: bool) -> Self
Bits: 18..19
sourcepub fn set_xtile_dta(&mut self, value: bool)
pub 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
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
)