[−][src]Struct sp_arithmetic::FixedI64
A fixed point number representation in the range.
Fixed Point 64 bits signed, range = [-9223372036.854775808, 9223372036.854775807]
Implementations
impl FixedI64[src][−]
pub const fn from_inner(inner: i64) -> Self[src][−]
const version of FixedPointNumber::from_inner.
pub fn from_fraction(x: f64) -> Self[src]
pub fn to_fraction(self) -> f64[src]
Trait Implementations
impl Add<FixedI64> for FixedI64[src][+]
impl Bounded for FixedI64[src][+]
impl CheckedAdd for FixedI64[src][+]
impl CheckedDiv for FixedI64[src][+]
impl CheckedMul for FixedI64[src][+]
impl CheckedSub for FixedI64[src][+]
impl Clone for FixedI64[src][+]
impl Copy for FixedI64[src]
impl Debug for FixedI64[src][+]
impl Decode for FixedI64[src][+]
impl Default for FixedI64[src][+]
impl<'de> Deserialize<'de> for FixedI64[src][+]
impl Display for FixedI64[src][+]
impl Div<FixedI64> for FixedI64[src][+]
impl Encode for FixedI64[src][+]
impl EncodeLike<FixedI64> for FixedI64[src]
impl Eq for FixedI64[src]
impl FixedPointNumber for FixedI64[src][+]
impl<N: FixedPointOperand, D: FixedPointOperand> From<(N, D)> for FixedI64[src][+]
impl<P: PerThing> From<P> for FixedI64[src][+]
impl From<i64> for FixedI64[src][+]
impl FromStr for FixedI64[src][+]
impl Mul<FixedI64> for FixedI64[src][+]
impl Neg for FixedI64[src][+]
impl Ord for FixedI64[src][+]
impl PartialEq<FixedI64> for FixedI64[src][+]
impl PartialOrd<FixedI64> for FixedI64[src][+]
impl Saturating for FixedI64[src][+]
impl Serialize for FixedI64[src][+]
impl StructuralEq for FixedI64[src]
impl StructuralPartialEq for FixedI64[src]
impl Sub<FixedI64> for FixedI64[src][+]
Auto Trait Implementations
impl RefUnwindSafe for FixedI64
impl Send for FixedI64
impl Sync for FixedI64
impl Unpin for FixedI64
impl UnwindSafe for FixedI64
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<S> Codec for S where
S: Encode + Decode, [src]
S: Encode + Decode,
impl<T, X> Decode for X where
T: Decode + Into<X>,
X: WrapperTypeDecode<Wrapped = T>, [src][+]
T: Decode + Into<X>,
X: WrapperTypeDecode<Wrapped = T>,
impl<T> DecodeAll for T where
T: Decode, [src][+]
T: Decode,
impl<T> DecodeLimit for T where
T: Decode, [src][+]
T: Decode,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T, X> Encode for X where
T: Encode + ?Sized,
X: WrapperTypeEncode<Target = T>, [src][+]
T: Encode + ?Sized,
X: WrapperTypeEncode<Target = T>,
impl<'_, '_, T> EncodeLike<&'_ &'_ T> for T where
T: Encode, [src]
T: Encode,
impl<'_, T> EncodeLike<&'_ T> for T where
T: Encode, [src]
T: Encode,
impl<'_, T> EncodeLike<&'_ mut T> for T where
T: Encode, [src]
T: Encode,
impl<T> EncodeLike<Arc<T>> for T where
T: Encode, [src]
T: Encode,
impl<T> EncodeLike<Box<T>> for T where
T: Encode, [src]
T: Encode,
impl<'a, T> EncodeLike<Cow<'a, T>> for T where
T: Encode + ToOwned, [src]
T: Encode + ToOwned,
impl<T> EncodeLike<Rc<T>> for T where
T: Encode, [src]
T: Encode,
impl<T> From<T> for T[src][+]
impl<S> FullCodec for S where
S: Decode + FullEncode, [src]
S: Decode + FullEncode,
impl<S> FullEncode for S where
S: Encode + EncodeLike<S>, [src]
S: Encode + EncodeLike<S>,
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T> KeyedVec for T where
T: Codec, [src][+]
T: Codec,
impl<T> SaturatedConversion for T[src][+]
impl<T> Saturating for T where
T: Clone + PartialOrd<T> + Bounded + Zero + One + CheckedMul + Saturating, [src][+]
T: Clone + PartialOrd<T> + Bounded + Zero + One + CheckedMul + Saturating,
impl<T> ToOwned for T where
T: Clone, [src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized, [src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,
impl<T, S> UniqueSaturatedFrom<T> for S where
S: TryFrom<T> + Bounded, [src][+]
S: TryFrom<T> + Bounded,
impl<T, S> UniqueSaturatedInto<T> for S where
S: TryInto<T>,
T: Bounded, [src][+]
S: TryInto<T>,
T: Bounded,