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