Type Alias fixed::types::U16F16

source ·
pub type U16F16 = FixedU32<U16>;
Expand description

FixedU32 with 16 integer bits and 16 fractional bits.

Aliased Type§

struct U16F16 { /* private fields */ }