Struct x86defs::cpuid::VersionAndFeaturesEdx
source · pub struct VersionAndFeaturesEdx(/* private fields */);
Implementations§
source§impl VersionAndFeaturesEdx
impl VersionAndFeaturesEdx
sourcepub const fn with_pse36(self, value: bool) -> Self
pub const fn with_pse36(self, value: bool) -> Self
Bits: 17..18
sourcepub const fn with_cl_fsh(self, value: bool) -> Self
pub const fn with_cl_fsh(self, value: bool) -> Self
Bits: 19..20
sourcepub fn set_cl_fsh(&mut self, value: bool)
pub fn set_cl_fsh(&mut self, value: bool)
Bits: 19..20
sourcepub const fn mt_per_socket(&self) -> bool
pub const fn mt_per_socket(&self) -> bool
Bits: 28..29
sourcepub const fn with_mt_per_socket(self, value: bool) -> Self
pub const fn with_mt_per_socket(self, value: bool) -> Self
Bits: 28..29
sourcepub fn set_mt_per_socket(&mut self, value: bool)
pub fn set_mt_per_socket(&mut self, value: bool)
Bits: 28..29
Trait Implementations§
source§impl Clone for VersionAndFeaturesEdx
impl Clone for VersionAndFeaturesEdx
source§fn clone(&self) -> VersionAndFeaturesEdx
fn clone(&self) -> VersionAndFeaturesEdx
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 VersionAndFeaturesEdx
impl Debug for VersionAndFeaturesEdx
source§impl Default for VersionAndFeaturesEdx
impl Default for VersionAndFeaturesEdx
source§impl From<VersionAndFeaturesEdx> for u32
impl From<VersionAndFeaturesEdx> for u32
source§fn from(v: VersionAndFeaturesEdx) -> u32
fn from(v: VersionAndFeaturesEdx) -> u32
Converts to this type from the input type.
source§impl From<u32> for VersionAndFeaturesEdx
impl From<u32> for VersionAndFeaturesEdx
impl Copy for VersionAndFeaturesEdx
Auto Trait Implementations§
impl Freeze for VersionAndFeaturesEdx
impl RefUnwindSafe for VersionAndFeaturesEdx
impl Send for VersionAndFeaturesEdx
impl Sync for VersionAndFeaturesEdx
impl Unpin for VersionAndFeaturesEdx
impl UnwindSafe for VersionAndFeaturesEdx
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
)