Type Alias fixed::types::U33F31

source ·
pub type U33F31 = FixedU64<U31>;
Expand description

FixedU64 with 33 integer bits and 31 fractional bits.

Aliased Type§

struct U33F31 { /* private fields */ }