Struct raw_cpuid::TscInfo [−][src]
pub struct TscInfo { /* fields omitted */ }Contains time stamp counter information.
Methods
impl TscInfo[src]
impl TscInfopub fn get_tsc_ratio_denominator(&self) -> u32[src]
pub fn get_tsc_ratio_denominator(&self) -> u32An unsigned integer which is the denominator of the TSC/”core crystal clock” ratio (Bits 31:0).
pub fn get_tsc_ratio_numerator(&self) -> u32[src]
pub fn get_tsc_ratio_numerator(&self) -> u32An unsigned integer which is the numerator of the TSC/”core crystal clock” ratio (Bits 31-0).
Trait Implementations
impl Debug for TscInfo[src]
impl Debug for TscInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for TscInfo[src]
impl Default for TscInfo