#[repr(C)]pub struct BNDisassemblyTextLine {
pub addr: u64,
pub instrIndex: usize,
pub tokens: *mut BNInstructionTextToken,
pub count: usize,
pub highlight: BNHighlightColor,
pub tags: *mut *mut BNTag,
pub tagCount: usize,
pub typeInfo: BNDisassemblyTextLineTypeInfo,
}
Fields§
§addr: u64
§instrIndex: usize
§tokens: *mut BNInstructionTextToken
§count: usize
§highlight: BNHighlightColor
§tagCount: usize
§typeInfo: BNDisassemblyTextLineTypeInfo
Trait Implementations§
source§impl Clone for BNDisassemblyTextLine
impl Clone for BNDisassemblyTextLine
source§fn clone(&self) -> BNDisassemblyTextLine
fn clone(&self) -> BNDisassemblyTextLine
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 Debug for BNDisassemblyTextLine
impl Debug for BNDisassemblyTextLine
source§impl Default for BNDisassemblyTextLine
impl Default for BNDisassemblyTextLine
impl Copy for BNDisassemblyTextLine
Auto Trait Implementations§
impl Freeze for BNDisassemblyTextLine
impl RefUnwindSafe for BNDisassemblyTextLine
impl !Send for BNDisassemblyTextLine
impl !Sync for BNDisassemblyTextLine
impl Unpin for BNDisassemblyTextLine
impl UnwindSafe for BNDisassemblyTextLine
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
)