Struct binaryninja::mlil::operation::StoreSsa
source · pub struct StoreSsa {
pub dest: usize,
pub dest_memory: u64,
pub src_memory: u64,
pub src: usize,
}
Fields§
§dest: usize
§dest_memory: u64
§src_memory: u64
§src: usize
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for StoreSsa
impl Send for StoreSsa
impl Sync for StoreSsa
impl Unpin for StoreSsa
impl UnwindSafe for StoreSsa
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