Struct raw_cpuid::TscInfo [−][src]
pub struct TscInfo { /* fields omitted */ }Time Stamp Counter and Nominal Core Crystal Clock Information Leaf.
Methods
impl TscInfo[src]
impl TscInfopub fn denominator(&self) -> u32[src]
pub fn denominator(&self) -> u32An unsigned integer which is the denominator of the TSC/”core crystal clock” ratio.
pub fn numerator(&self) -> u32[src]
pub fn numerator(&self) -> u32An unsigned integer which is the numerator of the TSC/”core crystal clock” ratio.
pub fn nominal_frequency(&self) -> u32[src]
pub fn nominal_frequency(&self) -> u32An unsigned integer which is the nominal frequency of the core crystal clock in Hz.
pub fn tsc_frequency(&self) -> u64[src]
pub fn tsc_frequency(&self) -> u64“TSC frequency” = “core crystal clock frequency” * EBX/EAX.
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