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