pub struct CallParam {
pub first_param: usize,
pub num_params: usize,
}
Fields§
§first_param: usize
§num_params: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CallParam
impl RefUnwindSafe for CallParam
impl Send for CallParam
impl Sync for CallParam
impl Unpin for CallParam
impl UnwindSafe for CallParam
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