Struct binaryninja::llil::operation::JumpTo
source · pub struct JumpTo;
Trait Implementations§
impl OperationArguments for JumpTo
Auto Trait Implementations§
impl RefUnwindSafe for JumpTo
impl Send for JumpTo
impl Sync for JumpTo
impl Unpin for JumpTo
impl UnwindSafe for JumpTo
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