pub struct AssignMemSsa {
pub dest: usize,
pub dest_memory: u64,
pub src: usize,
pub src_memory: u64,
}
Fields§
§dest: usize
§dest_memory: u64
§src: usize
§src_memory: u64
Trait Implementations§
source§impl Clone for AssignMemSsa
impl Clone for AssignMemSsa
source§fn clone(&self) -> AssignMemSsa
fn clone(&self) -> AssignMemSsa
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 moresource§impl Debug for AssignMemSsa
impl Debug for AssignMemSsa
impl Copy for AssignMemSsa
Auto Trait Implementations§
impl Freeze for AssignMemSsa
impl RefUnwindSafe for AssignMemSsa
impl Send for AssignMemSsa
impl Sync for AssignMemSsa
impl Unpin for AssignMemSsa
impl UnwindSafe for AssignMemSsa
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