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