Type Alias fixed::types::U63F1

source ·
pub type U63F1 = FixedU64<U1>;
Expand description

FixedU64 with 63 integer bits and one fractional bit.

Aliased Type§

struct U63F1 { /* private fields */ }