pub type KilohertzU64 = Rate<u64, 1_000, 1>;
Alias for kilohertz rate (u64 backing storage)
u64
struct KilohertzU64 { /* private fields */ }