Struct tp_runtime::FixedU128[][src]

pub struct FixedU128(_);

Re-export top-level arithmetic stuff. A fixed point number representation in the range.

Fixed Point 128 bits unsigned, range = [0.000000000000000000, 340282366920938463463.374607431768211455]

Implementations

impl FixedU128[src]

Re-export top-level arithmetic stuff.

pub const fn from_inner(inner: u128) -> FixedU128[src]

const version of FixedPointNumber::from_inner.

pub fn from_fraction(x: f64) -> FixedU128[src]

pub fn to_fraction(self) -> f64[src]

Trait Implementations

impl Add<FixedU128> for FixedU128[src]

type Output = FixedU128

The resulting type after applying the + operator.

impl Bounded for FixedU128[src]

impl CheckedAdd for FixedU128[src]

impl CheckedDiv for FixedU128[src]

impl CheckedMul for FixedU128[src]

impl CheckedSub for FixedU128[src]

impl Clone for FixedU128[src]

impl CompactAs for FixedU128[src]

type As = u128

A compact-encodable type that should be used as the encoding.

impl Copy for FixedU128[src]

impl Debug for FixedU128[src]

impl Decode for FixedU128[src]

impl Default for FixedU128[src]

impl<'de> Deserialize<'de> for FixedU128[src]

impl Display for FixedU128[src]

impl Div<FixedU128> for FixedU128[src]

type Output = FixedU128

The resulting type after applying the / operator.

impl Encode for FixedU128[src]

impl EncodeLike<FixedU128> for FixedU128[src]

impl Eq for FixedU128[src]

impl FixedPointNumber for FixedU128[src]

type Inner = u128

The underlying data type used for this fixed point number.

impl<N, D> From<(N, D)> for FixedU128 where
    D: FixedPointOperand,
    N: FixedPointOperand
[src]

impl From<Compact<FixedU128>> for FixedU128[src]

impl<P> From<P> for FixedU128 where
    P: PerThing,
    <P as PerThing>::Inner: FixedPointOperand
[src]

impl From<u128> for FixedU128[src]

impl FromStr for FixedU128[src]

type Err = &'static str

The associated error which can be returned from parsing.

impl Mul<FixedU128> for FixedU128[src]

type Output = FixedU128

The resulting type after applying the * operator.

impl Neg for FixedU128[src]

type Output = FixedU128

The resulting type after applying the - operator.

impl Ord for FixedU128[src]

impl PartialEq<FixedU128> for FixedU128[src]

impl PartialOrd<FixedU128> for FixedU128[src]

impl Saturating for FixedU128[src]

impl Serialize for FixedU128[src]

impl StructuralEq for FixedU128[src]

impl StructuralPartialEq for FixedU128[src]

impl Sub<FixedU128> for FixedU128[src]

type Output = FixedU128

The resulting type after applying the - operator.

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CheckedConversion for T[src]

impl<T> Clear for T where
    T: Default + Eq + PartialEq<T>, 
[src]

impl<S> Codec for S where
    S: Decode + Encode
[src]

impl<T> DecodeAll for T where
    T: Decode
[src]

impl<T> DecodeLimit for T where
    T: Decode
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> Downcast for T where
    T: Any

impl<T> DowncastSync for T where
    T: Any + Send + Sync

impl<T> DynClone for T where
    T: Clone
[src]

impl<'_, '_, T> EncodeLike<&'_ &'_ T> for T where
    T: Encode
[src]

impl<'_, T> EncodeLike<&'_ T> for T where
    T: Encode
[src]

impl<'_, T> EncodeLike<&'_ mut T> for T where
    T: Encode
[src]

impl<T> EncodeLike<Arc<T>> for T where
    T: Encode
[src]

impl<T> EncodeLike<Box<T, Global>> for T where
    T: Encode
[src]

impl<'a, T> EncodeLike<Cow<'a, T>> for T where
    T: ToOwned + Encode
[src]

impl<T> EncodeLike<Rc<T>> for T where
    T: Encode
[src]

impl<T> Error for T where
    T: 'static + Debug + Display + Send + Sync

impl<T> From<T> for T[src]

impl<S> FullCodec for S where
    S: Decode + FullEncode
[src]

impl<S> FullEncode for S where
    S: Encode + EncodeLike<S>, 
[src]

impl<T> HasCompact for T where
    T: 'static,
    Compact<T>: for<'a> EncodeAsRef<'a, T>,
    Compact<T>: Decode,
    Compact<T>: From<T>,
    Compact<T>: Into<T>, 
[src]

type Type = Compact<T>

The compact type; this can be

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, Outer> IsWrappedBy<Outer> for T where
    T: From<Outer>,
    Outer: AsRef<T> + AsMut<T> + From<T>, 
[src]

pub fn from_ref(outer: &Outer) -> &T[src]

Get a reference to the inner from the outer.

pub fn from_mut(outer: &mut Outer) -> &mut T[src]

Get a mutable reference to the inner from the outer.

impl<T> KeyedVec for T where
    T: Codec
[src]

impl<T> MaybeDebug for T where
    T: Debug

impl<T> MaybeDebug for T where
    T: Debug

impl<T> MaybeDisplay for T where
    T: Display
[src]

impl<T> MaybeFromStr for T where
    T: FromStr
[src]

impl<T> MaybeRefUnwindSafe for T where
    T: RefUnwindSafe

impl<T> MaybeSerialize for T where
    T: Serialize
[src]

impl<T> MaybeSerializeDeserialize for T where
    T: DeserializeOwned + Serialize
[src]

impl<T> Member for T where
    T: 'static + Send + Sync + Debug + Eq + PartialEq<T> + Clone
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> SaturatedConversion for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<S, T> UncheckedInto<T> for S where
    T: UncheckedFrom<S>, 
[src]

impl<T, S> UniqueSaturatedFrom<T> for S where
    S: TryFrom<T> + Bounded
[src]

impl<T, S> UniqueSaturatedInto<T> for S where
    T: Bounded,
    S: TryInto<T>, 
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,