Type Alias fugit::MegahertzU64

source ·
pub type MegahertzU64 = Rate<u64, 1_000_000, 1>;
Expand description

Alias for megahertz rate (u64 backing storage)

Aliased Type§

struct MegahertzU64 { /* private fields */ }