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