Type Alias fixed::types::I63F1

source ·
pub type I63F1 = FixedI64<U1>;
Expand description

FixedI64 with 63 integer bits and one fractional bit.

Aliased Type§

struct I63F1 { /* private fields */ }