StandardPreciseFastDualWheel

Type Alias StandardPreciseFastDualWheel 

Source
pub type StandardPreciseFastDualWheel<T> = DualBitWheel<T, 2, 100, 8, 4, 1, 64, 2>;
Expand description

Standard periodic + Precise Fast oneshot.

Aliased Typeยง

pub struct StandardPreciseFastDualWheel<T> { /* private fields */ }