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