Struct core::arch::x86::CpuidResult 1.27.0[−][src]
pub struct CpuidResult {
pub eax: u32,
pub ebx: u32,
pub ecx: u32,
pub edx: u32,
}This is supported on x86 only.
Expand description
cpuid 指令的结果。
Fields
eax: u32EAX 寄存器。
ebx: u32EBX 寄存器。
ecx: u32ECX 寄存器。
edx: u32EDX 寄存器。
Trait Implementations
This is supported on x86 or x86-64 only.
This is supported on x86 or x86-64 only.
This is supported on x86 or x86-64 only.
This is supported on x86 or x86-64 only.
This is supported on x86 or x86-64 only.
This is supported on x86 or x86-64 only.
This is supported on x86 or x86-64 only.