Struct binaryninja::linearview::LinearDisassemblyLine
source · pub struct LinearDisassemblyLine { /* private fields */ }
Implementations§
Methods from Deref<Target = DisassemblyTextLine>§
pub fn debug_print(&self)
pub fn addr(&self) -> u64
pub fn instr_idx(&self) -> usize
pub fn count(&self) -> usize
pub fn tag_count(&self) -> usize
pub fn tokens(&self) -> Vec<InstructionTextToken>
Trait Implementations§
source§impl Display for LinearDisassemblyLine
impl Display for LinearDisassemblyLine
Auto Trait Implementations§
impl RefUnwindSafe for LinearDisassemblyLine
impl !Send for LinearDisassemblyLine
impl !Sync for LinearDisassemblyLine
impl Unpin for LinearDisassemblyLine
impl UnwindSafe for LinearDisassemblyLine
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