Type Alias fixed::types::I25F7

source ·
pub type I25F7 = FixedI32<U7>;
Expand description

FixedI32 with 25 integer bits and seven fractional bits.

Aliased Type§

struct I25F7 { /* private fields */ }