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