#[repr(u32)]pub enum BNInstructionTextTokenContext {
Show 14 variants
NoTokenContext = 0,
LocalVariableTokenContext = 1,
DataVariableTokenContext = 2,
FunctionReturnTokenContext = 3,
InstructionAddressTokenContext = 4,
ILInstructionIndexTokenContext = 5,
ConstDataTokenContext = 6,
ConstStringDataTokenContext = 7,
StringReferenceTokenContext = 8,
StringDataVariableTokenContext = 9,
StringDisplayTokenContext = 10,
ContentCollapsedContext = 11,
ContentExpandedContext = 12,
ContentCollapsiblePadding = 13,
}
Variants§
NoTokenContext = 0
LocalVariableTokenContext = 1
DataVariableTokenContext = 2
FunctionReturnTokenContext = 3
InstructionAddressTokenContext = 4
ILInstructionIndexTokenContext = 5
ConstDataTokenContext = 6
For Const Data arrays
ConstStringDataTokenContext = 7
For ConstData strings
StringReferenceTokenContext = 8
For References to strings
StringDataVariableTokenContext = 9
For String DataVariables
StringDisplayTokenContext = 10
For displaying strings which aren’t associated with an address
ContentCollapsedContext = 11
ContentExpandedContext = 12
ContentCollapsiblePadding = 13
Trait Implementations§
source§impl Clone for BNInstructionTextTokenContext
impl Clone for BNInstructionTextTokenContext
source§fn clone(&self) -> BNInstructionTextTokenContext
fn clone(&self) -> BNInstructionTextTokenContext
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 Hash for BNInstructionTextTokenContext
impl Hash for BNInstructionTextTokenContext
source§impl PartialEq for BNInstructionTextTokenContext
impl PartialEq for BNInstructionTextTokenContext
source§fn eq(&self, other: &BNInstructionTextTokenContext) -> bool
fn eq(&self, other: &BNInstructionTextTokenContext) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for BNInstructionTextTokenContext
impl Eq for BNInstructionTextTokenContext
impl StructuralPartialEq for BNInstructionTextTokenContext
Auto Trait Implementations§
impl Freeze for BNInstructionTextTokenContext
impl RefUnwindSafe for BNInstructionTextTokenContext
impl Send for BNInstructionTextTokenContext
impl Sync for BNInstructionTextTokenContext
impl Unpin for BNInstructionTextTokenContext
impl UnwindSafe for BNInstructionTextTokenContext
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)