Struct tartan_arch::x86_common::features::ExtendedFeatures
source · #[repr(transparent)]pub struct ExtendedFeatures(_);
Available on x86 or x86-64 only.
Expand description
Features applicable to 64-bit processors, returned in CPUID.80000000H:ECX+EDX
.
Implementations§
Trait Implementations§
source§impl Bitfield<u64> for ExtendedFeatures
impl Bitfield<u64> for ExtendedFeatures
source§impl Clone for ExtendedFeatures
impl Clone for ExtendedFeatures
source§fn clone(&self) -> ExtendedFeatures
fn clone(&self) -> ExtendedFeatures
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 ExtendedFeatures
impl Debug for ExtendedFeatures
source§impl Default for ExtendedFeatures
impl Default for ExtendedFeatures
source§fn default() -> ExtendedFeatures
fn default() -> ExtendedFeatures
Returns the “default value” for a type. Read more
source§impl From<ExtendedFeatures> for u64
impl From<ExtendedFeatures> for u64
source§fn from(val: ExtendedFeatures) -> Self
fn from(val: ExtendedFeatures) -> Self
Converts to this type from the input type.