Module native_cpuid

Available on crate feature dep_raw_cpuid only.
Expand description

Uses Rust’s cpuid function from the arch module.

Structs§

CpuIdReaderNative
The native reader uses the cpuid instruction to read the cpuid data from the CPU we’re currently running on directly.

Functions§

cpuid_count