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