Expand description
Wrapper around type that may be converted from u128
Tuple Fields
0: T
Trait Implementations
sourceimpl<T: From<u128>, U: Fundamental> AsPrimitive<U128<T>> for U
impl<T: From<u128>, U: Fundamental> AsPrimitive<U128<T>> for U
fn as_primitive(self) -> U128<T>
sourceimpl<T: From<u128>> FromBeBytes<{ size_of::<[<$ty:lower>]>() }> for U128<T>
impl<T: From<u128>> FromBeBytes<{ size_of::<[<$ty:lower>]>() }> for U128<T>
sourceimpl<T: From<u128>> FromLeBytes<{ size_of::<[<$ty:lower>]>() }> for U128<T>
impl<T: From<u128>> FromLeBytes<{ size_of::<[<$ty:lower>]>() }> for U128<T>
sourceimpl<T: PartialEq + From<u128>> PartialEq<U128<T>> for U128<T>
impl<T: PartialEq + From<u128>> PartialEq<U128<T>> for U128<T>
impl<T: Eq + From<u128>> Eq for U128<T>
impl<T: From<u128>> StructuralEq for U128<T>
impl<T: From<u128>> StructuralPartialEq for U128<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for U128<T> where
T: RefUnwindSafe,
impl<T> Send for U128<T> where
T: Send,
impl<T> Sync for U128<T> where
T: Sync,
impl<T> Unpin for U128<T> where
T: Unpin,
impl<T> UnwindSafe for U128<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> AsPrimitive<()> for T
impl<T> AsPrimitive<()> for T
fn as_primitive(self)
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more