pub enum RTypeInstruction {
Show 42 variants
ShiftLeftLogical,
ShiftRightLogical,
ShiftRightArithmetic,
ShiftLeftLogicalVariable,
ShiftRightLogicalVariable,
ShiftRightArithmeticVariable,
JumpRegister,
JumpAndLinkRegister,
SyscallMmap,
SyscallExitGroup,
SyscallReadHint,
SyscallReadPreimage,
SyscallReadOther,
SyscallWriteHint,
SyscallWritePreimage,
SyscallWriteOther,
SyscallFcntl,
SyscallOther,
MoveZero,
MoveNonZero,
Sync,
MoveFromHi,
MoveToHi,
MoveFromLo,
MoveToLo,
Multiply,
MultiplyUnsigned,
Div,
DivUnsigned,
Add,
AddUnsigned,
Sub,
SubUnsigned,
And,
Or,
Xor,
Nor,
SetLessThan,
SetLessThanUnsigned,
MultiplyToRegister,
CountLeadingOnes,
CountLeadingZeros,
}
Variants§
ShiftLeftLogical
ShiftRightLogical
ShiftRightArithmetic
ShiftLeftLogicalVariable
ShiftRightLogicalVariable
ShiftRightArithmeticVariable
JumpRegister
JumpAndLinkRegister
SyscallMmap
SyscallExitGroup
SyscallReadHint
SyscallReadPreimage
SyscallReadOther
SyscallWriteHint
SyscallWritePreimage
SyscallWriteOther
SyscallFcntl
SyscallOther
MoveZero
MoveNonZero
Sync
MoveFromHi
MoveToHi
MoveFromLo
MoveToLo
Multiply
MultiplyUnsigned
Div
DivUnsigned
Add
AddUnsigned
Sub
SubUnsigned
And
Or
Xor
Nor
SetLessThan
SetLessThanUnsigned
MultiplyToRegister
CountLeadingOnes
CountLeadingZeros
Trait Implementations§
Source§impl Clone for RTypeInstruction
impl Clone for RTypeInstruction
Source§fn clone(&self) -> RTypeInstruction
fn clone(&self) -> RTypeInstruction
Returns a duplicate 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 RTypeInstruction
impl Debug for RTypeInstruction
Source§impl Default for RTypeInstruction
impl Default for RTypeInstruction
Source§fn default() -> RTypeInstruction
fn default() -> RTypeInstruction
Returns the “default value” for a type. Read more
Source§impl Hash for RTypeInstruction
impl Hash for RTypeInstruction
Source§impl IntoEnumIterator for RTypeInstruction
impl IntoEnumIterator for RTypeInstruction
type Iterator = RTypeInstructionIter
fn iter() -> RTypeInstructionIter ⓘ
Source§impl Ord for RTypeInstruction
impl Ord for RTypeInstruction
Source§fn cmp(&self, other: &RTypeInstruction) -> Ordering
fn cmp(&self, other: &RTypeInstruction) -> 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 for RTypeInstruction
impl PartialEq for RTypeInstruction
Source§impl PartialOrd for RTypeInstruction
impl PartialOrd for RTypeInstruction
impl Copy for RTypeInstruction
impl Eq for RTypeInstruction
impl StructuralPartialEq for RTypeInstruction
Auto Trait Implementations§
impl Freeze for RTypeInstruction
impl RefUnwindSafe for RTypeInstruction
impl Send for RTypeInstruction
impl Sync for RTypeInstruction
impl Unpin for RTypeInstruction
impl UnwindSafe for RTypeInstruction
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more