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