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