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