Type Alias fugit::Megahertz

source ·
pub type Megahertz<T> = Rate<T, 1_000_000, 1>;
Expand description

Alias for megahertz rate

Aliased Type§

struct Megahertz<T> { /* private fields */ }