Type Alias fixed::types::I7F25

source ·
pub type I7F25 = FixedI32<U25>;
Expand description

FixedI32 with seven integer bits and 25 fractional bits.

Aliased Type§

struct I7F25 { /* private fields */ }