Struct raw_cpuid::TscInfo [] [src]

pub struct TscInfo {
    // some fields omitted
}

Contains time stamp counter information.

Methods

impl TscInfo
[src]

An unsigned integer which is the denominator of the TSC/”core crystal clock” ratio (Bits 31:0).

An unsigned integer which is the numerator of the TSC/”core crystal clock” ratio (Bits 31-0).

Trait Implementations

impl Debug for TscInfo
[src]

Formats the value using the given formatter.