Type Alias fixed::types::U48F16

source ·
pub type U48F16 = FixedU64<U16>;
Expand description

FixedU64 with 48 integer bits and 16 fractional bits.

Aliased Type§

struct U48F16 { /* private fields */ }