#[repr(u32)]pub enum BNInstructionTextTokenType {
Show 51 variants
TextToken = 0,
InstructionToken = 1,
OperandSeparatorToken = 2,
RegisterToken = 3,
IntegerToken = 4,
PossibleAddressToken = 5,
BeginMemoryOperandToken = 6,
EndMemoryOperandToken = 7,
FloatingPointToken = 8,
AnnotationToken = 9,
CodeRelativeAddressToken = 10,
ArgumentNameToken = 11,
HexDumpByteValueToken = 12,
HexDumpSkippedByteToken = 13,
HexDumpInvalidByteToken = 14,
HexDumpTextToken = 15,
OpcodeToken = 16,
StringToken = 17,
CharacterConstantToken = 18,
KeywordToken = 19,
TypeNameToken = 20,
FieldNameToken = 21,
NameSpaceToken = 22,
NameSpaceSeparatorToken = 23,
TagToken = 24,
StructOffsetToken = 25,
StructOffsetByteValueToken = 26,
StructureHexDumpTextToken = 27,
GotoLabelToken = 28,
CommentToken = 29,
PossibleValueToken = 30,
PossibleValueTypeToken = 31,
ArrayIndexToken = 32,
IndentationToken = 33,
UnknownMemoryToken = 34,
EnumerationMemberToken = 35,
OperationToken = 36,
BaseStructureNameToken = 37,
BaseStructureSeparatorToken = 38,
BraceToken = 39,
CodeSymbolToken = 64,
DataSymbolToken = 65,
LocalVariableToken = 66,
ImportToken = 67,
AddressDisplayToken = 68,
IndirectImportToken = 69,
ExternalSymbolToken = 70,
StackVariableToken = 71,
AddressSeparatorToken = 72,
CollapsedInformationToken = 73,
CollapseStateIndicatorToken = 74,
}
Variants§
TextToken = 0
InstructionToken = 1
OperandSeparatorToken = 2
RegisterToken = 3
IntegerToken = 4
PossibleAddressToken = 5
BeginMemoryOperandToken = 6
EndMemoryOperandToken = 7
FloatingPointToken = 8
AnnotationToken = 9
CodeRelativeAddressToken = 10
ArgumentNameToken = 11
HexDumpByteValueToken = 12
HexDumpSkippedByteToken = 13
HexDumpInvalidByteToken = 14
HexDumpTextToken = 15
OpcodeToken = 16
StringToken = 17
CharacterConstantToken = 18
KeywordToken = 19
TypeNameToken = 20
FieldNameToken = 21
NameSpaceToken = 22
NameSpaceSeparatorToken = 23
TagToken = 24
StructOffsetToken = 25
StructOffsetByteValueToken = 26
StructureHexDumpTextToken = 27
GotoLabelToken = 28
CommentToken = 29
PossibleValueToken = 30
PossibleValueTypeToken = 31
ArrayIndexToken = 32
IndentationToken = 33
UnknownMemoryToken = 34
EnumerationMemberToken = 35
OperationToken = 36
BaseStructureNameToken = 37
BaseStructureSeparatorToken = 38
BraceToken = 39
CodeSymbolToken = 64
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
DataSymbolToken = 65
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
LocalVariableToken = 66
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
ImportToken = 67
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
AddressDisplayToken = 68
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
IndirectImportToken = 69
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
ExternalSymbolToken = 70
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
StackVariableToken = 71
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
AddressSeparatorToken = 72
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
CollapsedInformationToken = 73
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
CollapseStateIndicatorToken = 74
The following are output by the analysis system automatically, these should not be used directly by the architecture plugins
Trait Implementations§
source§impl Clone for BNInstructionTextTokenType
impl Clone for BNInstructionTextTokenType
source§fn clone(&self) -> BNInstructionTextTokenType
fn clone(&self) -> BNInstructionTextTokenType
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for BNInstructionTextTokenType
impl Debug for BNInstructionTextTokenType
source§impl Hash for BNInstructionTextTokenType
impl Hash for BNInstructionTextTokenType
impl Copy for BNInstructionTextTokenType
impl Eq for BNInstructionTextTokenType
impl StructuralPartialEq for BNInstructionTextTokenType
Auto Trait Implementations§
impl Freeze for BNInstructionTextTokenType
impl RefUnwindSafe for BNInstructionTextTokenType
impl Send for BNInstructionTextTokenType
impl Sync for BNInstructionTextTokenType
impl Unpin for BNInstructionTextTokenType
impl UnwindSafe for BNInstructionTextTokenType
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)