Struct binaryninja::mlil::operation::SetVarAliased
source · pub struct SetVarAliased {
pub dest: SSAVariable,
pub prev: SSAVariable,
pub src: usize,
}
Fields§
§dest: SSAVariable
§prev: SSAVariable
§src: usize
Trait Implementations§
source§impl Clone for SetVarAliased
impl Clone for SetVarAliased
source§fn clone(&self) -> SetVarAliased
fn clone(&self) -> SetVarAliased
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SetVarAliased
Auto Trait Implementations§
impl RefUnwindSafe for SetVarAliased
impl Send for SetVarAliased
impl Sync for SetVarAliased
impl Unpin for SetVarAliased
impl UnwindSafe for SetVarAliased
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