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