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