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