pub struct Uint1024(/* private fields */);Expand description
Hand-rolled fixed-width unsigned integer, little-endian limbs.
Trait Implementations§
Source§impl Ord for Uint1024
impl Ord for Uint1024
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 Uint1024
impl PartialOrd for Uint1024
impl Copy for Uint1024
impl Eq for Uint1024
impl StructuralPartialEq for Uint1024
Auto Trait Implementations§
impl Freeze for Uint1024
impl RefUnwindSafe for Uint1024
impl Send for Uint1024
impl Sync for Uint1024
impl Unpin for Uint1024
impl UnsafeUnpin for Uint1024
impl UnwindSafe for Uint1024
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