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