pub struct ExtendedStateEnumerationSubleaf1Eax(/* private fields */);
Implementations§
source§impl ExtendedStateEnumerationSubleaf1Eax
impl ExtendedStateEnumerationSubleaf1Eax
sourcepub const fn with_xsave_opt(self, value: bool) -> Self
pub const fn with_xsave_opt(self, value: bool) -> Self
Bits: 0..1
sourcepub fn set_xsave_opt(&mut self, value: bool)
pub fn set_xsave_opt(&mut self, value: bool)
Bits: 0..1
sourcepub const fn with_xsave_c(self, value: bool) -> Self
pub const fn with_xsave_c(self, value: bool) -> Self
Bits: 1..2
sourcepub fn set_xsave_c(&mut self, value: bool)
pub fn set_xsave_c(&mut self, value: bool)
Bits: 1..2
sourcepub const fn with_xsave_s(self, value: bool) -> Self
pub const fn with_xsave_s(self, value: bool) -> Self
Bits: 3..4
sourcepub fn set_xsave_s(&mut self, value: bool)
pub fn set_xsave_s(&mut self, value: bool)
Bits: 3..4
Trait Implementations§
source§impl Clone for ExtendedStateEnumerationSubleaf1Eax
impl Clone for ExtendedStateEnumerationSubleaf1Eax
source§fn clone(&self) -> ExtendedStateEnumerationSubleaf1Eax
fn clone(&self) -> ExtendedStateEnumerationSubleaf1Eax
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<ExtendedStateEnumerationSubleaf1Eax> for u32
impl From<ExtendedStateEnumerationSubleaf1Eax> for u32
source§fn from(v: ExtendedStateEnumerationSubleaf1Eax) -> u32
fn from(v: ExtendedStateEnumerationSubleaf1Eax) -> u32
Converts to this type from the input type.
impl Copy for ExtendedStateEnumerationSubleaf1Eax
Auto Trait Implementations§
impl Freeze for ExtendedStateEnumerationSubleaf1Eax
impl RefUnwindSafe for ExtendedStateEnumerationSubleaf1Eax
impl Send for ExtendedStateEnumerationSubleaf1Eax
impl Sync for ExtendedStateEnumerationSubleaf1Eax
impl Unpin for ExtendedStateEnumerationSubleaf1Eax
impl UnwindSafe for ExtendedStateEnumerationSubleaf1Eax
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
)