Struct binaryninja::mlil::operation::FreeVarSlotSsa
source · pub struct FreeVarSlotSsa {
pub dest: SSAVariable,
pub prev: SSAVariable,
}
Fields§
§dest: SSAVariable
§prev: SSAVariable
Trait Implementations§
source§impl Clone for FreeVarSlotSsa
impl Clone for FreeVarSlotSsa
source§fn clone(&self) -> FreeVarSlotSsa
fn clone(&self) -> FreeVarSlotSsa
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 moresource§impl Debug for FreeVarSlotSsa
impl Debug for FreeVarSlotSsa
source§impl Hash for FreeVarSlotSsa
impl Hash for FreeVarSlotSsa
source§impl PartialEq for FreeVarSlotSsa
impl PartialEq for FreeVarSlotSsa
source§fn eq(&self, other: &FreeVarSlotSsa) -> bool
fn eq(&self, other: &FreeVarSlotSsa) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FreeVarSlotSsa
impl Eq for FreeVarSlotSsa
impl StructuralPartialEq for FreeVarSlotSsa
Auto Trait Implementations§
impl RefUnwindSafe for FreeVarSlotSsa
impl Send for FreeVarSlotSsa
impl Sync for FreeVarSlotSsa
impl Unpin for FreeVarSlotSsa
impl UnwindSafe for FreeVarSlotSsa
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