Struct binaryninja::hlil::operation::VarInitSsa
source · pub struct VarInitSsa {
pub dest: SSAVariable,
pub src: usize,
}
Fields§
§dest: SSAVariable
§src: usize
Trait Implementations§
source§impl Clone for VarInitSsa
impl Clone for VarInitSsa
source§fn clone(&self) -> VarInitSsa
fn clone(&self) -> VarInitSsa
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 VarInitSsa
Auto Trait Implementations§
impl RefUnwindSafe for VarInitSsa
impl Send for VarInitSsa
impl Sync for VarInitSsa
impl Unpin for VarInitSsa
impl UnwindSafe for VarInitSsa
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