Type Alias fugit::KilohertzU64

source ·
pub type KilohertzU64 = Rate<u64, 1_000, 1>;
Expand description

Alias for kilohertz rate (u64 backing storage)

Aliased Type§

struct KilohertzU64 { /* private fields */ }