Type Alias fixed::types::U18F14

source ·
pub type U18F14 = FixedU32<U14>;
Expand description

FixedU32 with 18 integer bits and 14 fractional bits.

Aliased Type§

struct U18F14 { /* private fields */ }