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