Enum o1vm::interpreters::riscv32i::interpreter::SInstruction
source · pub enum SInstruction {
StoreByte,
StoreHalf,
StoreWord,
}
Variants§
Trait Implementations§
source§impl Clone for SInstruction
impl Clone for SInstruction
source§fn clone(&self) -> SInstruction
fn clone(&self) -> SInstruction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SInstruction
impl Debug for SInstruction
source§impl Default for SInstruction
impl Default for SInstruction
source§fn default() -> SInstruction
fn default() -> SInstruction
Returns the “default value” for a type. Read more
source§impl Display for SInstruction
impl Display for SInstruction
source§impl Hash for SInstruction
impl Hash for SInstruction
source§impl IntoEnumIterator for SInstruction
impl IntoEnumIterator for SInstruction
type Iterator = SInstructionIter
fn iter() -> SInstructionIter ⓘ
source§impl Ord for SInstruction
impl Ord for SInstruction
source§fn cmp(&self, other: &SInstruction) -> Ordering
fn cmp(&self, other: &SInstruction) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<SInstruction> for SInstruction
impl PartialEq<SInstruction> for SInstruction
source§fn eq(&self, other: &SInstruction) -> bool
fn eq(&self, other: &SInstruction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<SInstruction> for SInstruction
impl PartialOrd<SInstruction> for SInstruction
source§fn partial_cmp(&self, other: &SInstruction) -> Option<Ordering>
fn partial_cmp(&self, other: &SInstruction) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for SInstruction
impl Eq for SInstruction
impl StructuralEq for SInstruction
impl StructuralPartialEq for SInstruction
Auto Trait Implementations§
impl RefUnwindSafe for SInstruction
impl Send for SInstruction
impl Sync for SInstruction
impl Unpin for SInstruction
impl UnwindSafe for SInstruction
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more