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