Struct raw_cpuid::TscInfo [] [src]

pub struct TscInfo {
    // some fields omitted
}

Contains time stamp counter information.

Methods

impl TscInfo
[src]

fn get_tsc_ratio_denominator(&self) -> u32

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

fn get_tsc_ratio_numerator(&self) -> u32

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

Trait Implementations

impl Debug for TscInfo
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.