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