Struct binaryninja::hlil::operation::AssignUnpackMemSsa
source · pub struct AssignUnpackMemSsa {
pub first_dest: usize,
pub num_dests: usize,
pub dest_memory: u64,
pub src: usize,
pub src_memory: u64,
}
Fields§
§first_dest: usize
§num_dests: usize
§dest_memory: u64
§src: usize
§src_memory: u64
Trait Implementations§
source§impl Clone for AssignUnpackMemSsa
impl Clone for AssignUnpackMemSsa
source§fn clone(&self) -> AssignUnpackMemSsa
fn clone(&self) -> AssignUnpackMemSsa
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 AssignUnpackMemSsa
Auto Trait Implementations§
impl RefUnwindSafe for AssignUnpackMemSsa
impl Send for AssignUnpackMemSsa
impl Sync for AssignUnpackMemSsa
impl Unpin for AssignUnpackMemSsa
impl UnwindSafe for AssignUnpackMemSsa
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