pub struct Uint2048(/* private fields */);Expand description
Hand-rolled fixed-width unsigned integer, little-endian limbs.
Trait Implementations§
Source§impl Ord for Uint2048
impl Ord for Uint2048
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Uint2048
impl PartialOrd for Uint2048
impl Copy for Uint2048
impl Eq for Uint2048
impl StructuralPartialEq for Uint2048
Auto Trait Implementations§
impl Freeze for Uint2048
impl RefUnwindSafe for Uint2048
impl Send for Uint2048
impl Sync for Uint2048
impl Unpin for Uint2048
impl UnsafeUnpin for Uint2048
impl UnwindSafe for Uint2048
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more