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