BNInstructionTextLine in binaryninjacore_sys - Rust

Struct BNInstructionTextLine

Source

#[repr(C)]

pub struct BNInstructionTextLine { pub tokens: *mut BNInstructionTextToken, pub count: usize, }

Fields§

§tokens: *mut BNInstructionTextToken§count: usize

Trait Implementations§

Auto Trait Implementations§

§

impl Freeze for BNInstructionTextLine

§

impl RefUnwindSafe for BNInstructionTextLine

§

impl !Send for BNInstructionTextLine

§

impl !Sync for BNInstructionTextLine

§

impl Unpin for BNInstructionTextLine

§

impl UnwindSafe for BNInstructionTextLine

Blanket Implementations§