Type Alias fixed::types::I64F0

source ·
pub type I64F0 = FixedI64<U0>;
Expand description

FixedI64 with 64 integer bits and no fractional bits.

Aliased Type§

struct I64F0 { /* private fields */ }