Struct binaryninja::mlil::operation::SetVar
source · pub struct SetVar {
pub dest: Variable,
pub src: usize,
}
Fields§
§dest: Variable
§src: usize
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SetVar
impl Send for SetVar
impl Sync for SetVar
impl Unpin for SetVar
impl UnwindSafe for SetVar
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