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