Type Alias I8F8

Source
pub type I8F8 = FixedI16<U8>;
Expand description

FixedI16 with eight integer bits and eight fractional bits.

Aliased Typeยง

struct I8F8 { /* private fields */ }