Expand description
extern crate cupid;
fn main() {
let information = cupid::master();
println!("{:#?}", information);
if let Some(information) = information {
if information.sse4_2() {
println!("SSE 4.2 Available");
}
}
}
Structs§
- Brand
String - Cache
Line - Extended
Processor Signature - Extended
Topology Enumeration - Extended
Topology Leaf - Master
- Information about the currently running processor
- Physical
Address Size - Processor
Extended State - Processor
Extended State Secondary - Structured
Extended Information - Thermal
Power Management Information - Time
Stamp Counter - Version
Information
Enums§
Functions§
- master
- The main entrypoint to the CPU information