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