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