Type Alias fixed::types::I4F4

source ·
pub type I4F4 = FixedI8<U4>;
Expand description

FixedI8 with four integer bits and four fractional bits.

Aliased Type§

struct I4F4 { /* private fields */ }