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