Struct x86defs::cpuid::ExtendedSvmVersionAndFeaturesEax
source · pub struct ExtendedSvmVersionAndFeaturesEax(/* private fields */);
Implementations§
source§impl ExtendedSvmVersionAndFeaturesEax
impl ExtendedSvmVersionAndFeaturesEax
sourcepub const fn with_svm_rev(self, value: u8) -> Self
pub const fn with_svm_rev(self, value: u8) -> Self
Bits: 0..8
sourcepub fn set_svm_rev(&mut self, value: u8)
pub fn set_svm_rev(&mut self, value: u8)
Bits: 0..8
Trait Implementations§
source§impl Clone for ExtendedSvmVersionAndFeaturesEax
impl Clone for ExtendedSvmVersionAndFeaturesEax
source§fn clone(&self) -> ExtendedSvmVersionAndFeaturesEax
fn clone(&self) -> ExtendedSvmVersionAndFeaturesEax
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<ExtendedSvmVersionAndFeaturesEax> for u32
impl From<ExtendedSvmVersionAndFeaturesEax> for u32
source§fn from(v: ExtendedSvmVersionAndFeaturesEax) -> u32
fn from(v: ExtendedSvmVersionAndFeaturesEax) -> u32
Converts to this type from the input type.
source§impl From<u32> for ExtendedSvmVersionAndFeaturesEax
impl From<u32> for ExtendedSvmVersionAndFeaturesEax
impl Copy for ExtendedSvmVersionAndFeaturesEax
Auto Trait Implementations§
impl Freeze for ExtendedSvmVersionAndFeaturesEax
impl RefUnwindSafe for ExtendedSvmVersionAndFeaturesEax
impl Send for ExtendedSvmVersionAndFeaturesEax
impl Sync for ExtendedSvmVersionAndFeaturesEax
impl Unpin for ExtendedSvmVersionAndFeaturesEax
impl UnwindSafe for ExtendedSvmVersionAndFeaturesEax
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
)