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