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