InstructionTextToken in binaryninja::disassembly - Rust

Struct InstructionTextToken

Source

pub struct InstructionTextToken {
    pub address: u64,
    pub text: String,
    pub confidence: u8,
    pub context: InstructionTextTokenContext,
    pub expr_index: usize,
    pub kind: InstructionTextTokenKind,
}

Fields§

§address: u64§text: String§confidence: u8§context: InstructionTextTokenContext§expr_index: usize§kind: InstructionTextTokenKind

Implementations§

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for InstructionTextToken

§

impl RefUnwindSafe for InstructionTextToken

§

impl Send for InstructionTextToken

§

impl Sync for InstructionTextToken

§

impl Unpin for InstructionTextToken

§

impl UnwindSafe for InstructionTextToken

Blanket Implementations§