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