Struct core::arch::x86_64::CpuidResult 1.27.0[−][src]
This is supported on x86-64 only.
Result of the cpuid instruction.
Fields
eax: u32EAX register.
ebx: u32EBX register.
ecx: u32ECX register.
edx: u32EDX register.
Trait Implementations
impl Clone for CpuidResult[src]
This is supported on x86 or x86-64 only.
fn clone(&self) -> CpuidResult[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for CpuidResult[src]
This is supported on x86 or x86-64 only.
impl Debug for CpuidResult[src]
This is supported on x86 or x86-64 only.
impl Eq for CpuidResult[src]
This is supported on x86 or x86-64 only.
impl Ord for CpuidResult[src]
This is supported on x86 or x86-64 only.
fn cmp(&self, other: &CpuidResult) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self where
Self: Sized, 1.21.0[src]
Self: Sized,
#[must_use]fn min(self, other: Self) -> Self where
Self: Sized, 1.21.0[src]
Self: Sized,
#[must_use]fn clamp(self, min: Self, max: Self) -> Self where
Self: Sized, 1.50.0[src]
Self: Sized,
impl PartialEq<CpuidResult> for CpuidResult[src]
This is supported on x86 or x86-64 only.
fn eq(&self, other: &CpuidResult) -> bool[src]
fn ne(&self, other: &CpuidResult) -> bool[src]
impl PartialOrd<CpuidResult> for CpuidResult[src]
This is supported on x86 or x86-64 only.
fn partial_cmp(&self, other: &CpuidResult) -> Option<Ordering>[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl StructuralEq for CpuidResult[src]
This is supported on x86 or x86-64 only.
impl StructuralPartialEq for CpuidResult[src]
This is supported on x86 or x86-64 only.
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut Self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,