Type Alias I64F0

Source
pub type I64F0 = FixedI64<U0>;
Expand description

FixedI64 with 64 integer bits and no fractional bits.

Aliased Typeยง

struct I64F0 { /* private fields */ }