Type Alias fixed::types::I56F8

source ·
pub type I56F8 = FixedI64<U8>;
Expand description

FixedI64 with 56 integer bits and eight fractional bits.

Aliased Type§

struct I56F8 { /* private fields */ }