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