BNInstructionTextToken in binaryninjacore_sys - Rust

Struct BNInstructionTextToken

Source

#[repr(C)]

pub struct BNInstructionTextToken { pub type_: BNInstructionTextTokenType, pub text: *mut c_char, pub value: u64, pub width: u64, pub size: usize, pub operand: usize, pub context: BNInstructionTextTokenContext, pub confidence: u8, pub address: u64, pub typeNames: *mut *mut c_char, pub namesCount: usize, pub exprIndex: usize, }

Fields§

§type_: BNInstructionTextTokenType§text: *mut c_char§value: u64§width: u64§size: usize§operand: usize§context: BNInstructionTextTokenContext§confidence: u8§address: u64§typeNames: *mut *mut c_char§namesCount: usize§exprIndex: usize

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for BNInstructionTextToken

§

impl RefUnwindSafe for BNInstructionTextToken

§

impl !Send for BNInstructionTextToken

§

impl !Sync for BNInstructionTextToken

§

impl Unpin for BNInstructionTextToken

§

impl UnwindSafe for BNInstructionTextToken

Blanket Implementations§