Type Alias fixed::types::I8F8

source ·
pub type I8F8 = FixedI16<U8>;
Expand description

FixedI16 with eight integer bits and eight fractional bits.

Aliased Type§

struct I8F8 { /* private fields */ }