Type Alias Fixed128

Source
pub type Fixed128 = FixedU128<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B1>, B1>, B1>, B0>, B0>>;
Expand description

FixedU128 with 68 integer bits and 60 fractional bits.

Aliased Type§

pub struct Fixed128 { /* private fields */ }

Trait Implementations§

Source§

impl FixedExtra for Fixed128

Source§

fn to_bps<Dst: FromFixed>(&self) -> Option<Dst>

Source§

fn from_bps<Src: ToFixed>(bps: Src) -> Self

Source§

fn to_display(&self) -> FixedSingleDisplay<'_>