pub struct Umem128(/* private fields */);
Expand description
A u128 that is also in the value range of a usize.
Implementations§
Trait Implementations§
Source§impl Ord for Umem128
impl Ord for Umem128
Source§impl PartialOrd<Umem128> for u128
impl PartialOrd<Umem128> for u128
Source§impl PartialOrd<Umem128> for usize
impl PartialOrd<Umem128> for usize
Source§impl PartialOrd<u128> for Umem128
impl PartialOrd<u128> for Umem128
Source§impl PartialOrd<usize> for Umem128
impl PartialOrd<usize> for Umem128
Source§impl PartialOrd for Umem128
impl PartialOrd for Umem128
impl Copy for Umem128
impl Eq for Umem128
impl StructuralPartialEq for Umem128
Auto Trait Implementations§
impl Freeze for Umem128
impl RefUnwindSafe for Umem128
impl Send for Umem128
impl Sync for Umem128
impl Unpin for Umem128
impl UnwindSafe for Umem128
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