pub enum ExpectedOperandType {
Register,
ImmediateI32,
ImmediateF32,
MemoryAddress,
LabelOrAddress,
}Variants§
Trait Implementations§
Source§impl Clone for ExpectedOperandType
impl Clone for ExpectedOperandType
Source§fn clone(&self) -> ExpectedOperandType
fn clone(&self) -> ExpectedOperandType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExpectedOperandType
impl Debug for ExpectedOperandType
Source§impl PartialEq for ExpectedOperandType
impl PartialEq for ExpectedOperandType
Source§fn eq(&self, other: &ExpectedOperandType) -> bool
fn eq(&self, other: &ExpectedOperandType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ExpectedOperandType
impl Eq for ExpectedOperandType
impl StructuralPartialEq for ExpectedOperandType
Auto Trait Implementations§
impl Freeze for ExpectedOperandType
impl RefUnwindSafe for ExpectedOperandType
impl Send for ExpectedOperandType
impl Sync for ExpectedOperandType
impl Unpin for ExpectedOperandType
impl UnsafeUnpin for ExpectedOperandType
impl UnwindSafe for ExpectedOperandType
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,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.