Struct binaryninja::database::UndoAction
source · pub struct UndoAction { /* private fields */ }
Implementations§
source§impl UndoAction
impl UndoAction
pub fn summary_text(&self) -> BnString
pub fn summary(&self) -> Array<InstructionTextToken>
Trait Implementations§
source§impl Clone for UndoAction
impl Clone for UndoAction
source§impl CoreArrayProvider for UndoAction
impl CoreArrayProvider for UndoAction
Auto Trait Implementations§
impl RefUnwindSafe for UndoAction
impl !Send for UndoAction
impl !Sync for UndoAction
impl Unpin for UndoAction
impl UnwindSafe for UndoAction
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