pub enum InstructionTextTokenContents {
}
Variants§
Text
Instruction
OperandSeparator
Register
Integer(u64)
PossibleAddress(u64)
BeginMemoryOperand
EndMemoryOperand
FloatingPoint
CodeRelativeAddress(u64)
String(u64)
Keyword
TypeName
FieldName
NameSpace
GotoLabel(u64)
Indentation
Brace
Trait Implementations§
source§impl Clone for InstructionTextTokenContents
impl Clone for InstructionTextTokenContents
source§fn clone(&self) -> InstructionTextTokenContents
fn clone(&self) -> InstructionTextTokenContents
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 InstructionTextTokenContents
impl Debug for InstructionTextTokenContents
source§impl Hash for InstructionTextTokenContents
impl Hash for InstructionTextTokenContents
source§impl PartialEq for InstructionTextTokenContents
impl PartialEq for InstructionTextTokenContents
source§fn eq(&self, other: &InstructionTextTokenContents) -> bool
fn eq(&self, other: &InstructionTextTokenContents) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for InstructionTextTokenContents
impl Eq for InstructionTextTokenContents
impl StructuralPartialEq for InstructionTextTokenContents
Auto Trait Implementations§
impl RefUnwindSafe for InstructionTextTokenContents
impl Send for InstructionTextTokenContents
impl Sync for InstructionTextTokenContents
impl Unpin for InstructionTextTokenContents
impl UnwindSafe for InstructionTextTokenContents
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