Struct binaryninja::disassembly::InstructionTextToken
source · pub struct InstructionTextToken(/* private fields */);
Implementations§
source§impl InstructionTextToken
impl InstructionTextToken
pub fn new(text: &str, contents: InstructionTextTokenContents) -> Self
pub fn set_value(&mut self, value: u64)
pub fn set_context(&mut self, context: InstructionTextTokenContext)
pub fn text(&self) -> &str
pub fn contents(&self) -> InstructionTextTokenContents
pub fn context(&self) -> InstructionTextTokenContext
pub fn size(&self) -> usize
pub fn operand(&self) -> usize
pub fn address(&self) -> u64
pub fn expr_index(&self) -> usize
Trait Implementations§
source§impl Clone for InstructionTextToken
impl Clone for InstructionTextToken
source§impl Default for InstructionTextToken
impl Default for InstructionTextToken
Auto Trait Implementations§
impl RefUnwindSafe for InstructionTextToken
impl !Send for InstructionTextToken
impl !Sync for InstructionTextToken
impl Unpin for InstructionTextToken
impl UnwindSafe for InstructionTextToken
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