Struct cupid::Master [] [src]

pub struct Master { /* fields omitted */ }

Information about the currently running processor

Feature flags match the feature mnemonic listed in the Intel Instruction Set Reference. This struct provides a facade for flags so the consumer doesn't need to worry about which particular CPUID leaf provides the information.

For data beyond simple feature flags, you will need to retrieve the nested struct and call the appropriate methods on it.

Methods

impl Master
[src]

Trait Implementations

impl Debug for Master
[src]

Formats the value using the given formatter.

impl Clone for Master
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more