Struct raw_cpuid::TscInfo[][src]

pub struct TscInfo { /* 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. 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