pub trait FixedPointOperand: Copy + Clone + Bounded + Zero + Saturating + PartialOrd + UniqueSaturatedInto<u128> + TryFrom<u128> + CheckedNeg { }
Expand description

Integer types that can be used to interact with FixedPointNumber implementations.

Implementations on Foreign Types§

source§

impl FixedPointOperand for u8

source§

impl FixedPointOperand for i32

source§

impl FixedPointOperand for u16

source§

impl FixedPointOperand for i8

source§

impl FixedPointOperand for i16

source§

impl FixedPointOperand for i128

source§

impl FixedPointOperand for u32

source§

impl FixedPointOperand for u64

source§

impl FixedPointOperand for i64

source§

impl FixedPointOperand for u128

Implementors§