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