Struct raw_cpuid::TscInfo[][src]

pub struct TscInfo { /* fields omitted */ }

Time Stamp Counter and Nominal Core Crystal Clock Information Leaf.

Methods

impl TscInfo
[src]

An unsigned integer which is the denominator of the TSC/”core crystal clock” ratio.

An unsigned integer which is the numerator of the TSC/”core crystal clock” ratio.

An unsigned integer which is the nominal frequency of the core crystal clock in Hz.

“TSC frequency” = “core crystal clock frequency” * EBX/EAX.

Trait Implementations

impl Debug for TscInfo
[src]

Formats the value using the given formatter. Read more

impl Default for TscInfo
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for TscInfo

impl Sync for TscInfo