Type Alias fixed::types::I8F56

source ·
pub type I8F56 = FixedI64<U56>;
Expand description

FixedI64 with eight integer bits and 56 fractional bits.

Aliased Type§

struct I8F56 { /* private fields */ }