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