Type Alias fixed::types::U64F0

source ·
pub type U64F0 = FixedU64<U0>;
Expand description

FixedU64 with 64 integer bits and no fractional bits.

Aliased Type§

struct U64F0 { /* private fields */ }