Type Alias CompTimeValue

Source
pub type CompTimeValue = wide;
Expand description

64-bit count of units (always a struct).

Aliased Type§

#[repr(C)]
pub struct CompTimeValue { pub lo: u32, pub hi: i32, }

Fields§

§lo: u32§hi: i32