Struct cupid::VersionInformation[][src]

pub struct VersionInformation { /* fields omitted */ }

Methods

impl VersionInformation
[src]

Maximum number of addressable IDs for logical processors in this physical package.

The number of unique initial APIC IDs reserved for addressing different logical processors in a physical package. This field is only valid if VersionInformation::htt() is true.

This number is assigned to the local APIC on the processor during power up.

This field was introduced in the Pentium 4 processor.

Notes

Unless the program is constrained to run on a single processor, multiple consecutive calls to this function can return different values.

Trait Implementations

impl Copy for VersionInformation
[src]

impl Clone for VersionInformation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VersionInformation
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations