pub enum UJInstruction {
JumpAndLink,
}
Variants§
JumpAndLink
Format: jal rd,imm
Description: Jump to address and place return address in rd.
Trait Implementations§
Source§impl Clone for UJInstruction
impl Clone for UJInstruction
Source§fn clone(&self) -> UJInstruction
fn clone(&self) -> UJInstruction
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 UJInstruction
impl Debug for UJInstruction
Source§impl Default for UJInstruction
impl Default for UJInstruction
Source§fn default() -> UJInstruction
fn default() -> UJInstruction
Returns the “default value” for a type. Read more
Source§impl Display for UJInstruction
impl Display for UJInstruction
Source§impl Hash for UJInstruction
impl Hash for UJInstruction
Source§impl IntoEnumIterator for UJInstruction
impl IntoEnumIterator for UJInstruction
type Iterator = UJInstructionIter
fn iter() -> UJInstructionIter ⓘ
Source§impl Ord for UJInstruction
impl Ord for UJInstruction
Source§fn cmp(&self, other: &UJInstruction) -> Ordering
fn cmp(&self, other: &UJInstruction) -> 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 UJInstruction
impl PartialEq for UJInstruction
Source§impl PartialOrd for UJInstruction
impl PartialOrd for UJInstruction
impl Copy for UJInstruction
impl Eq for UJInstruction
impl StructuralPartialEq for UJInstruction
Auto Trait Implementations§
impl Freeze for UJInstruction
impl RefUnwindSafe for UJInstruction
impl Send for UJInstruction
impl Sync for UJInstruction
impl Unpin for UJInstruction
impl UnwindSafe for UJInstruction
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