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