Return a pointer to the underlying memory for passing to the trampoline.
(&mut self)
| 518 | |
| 519 | /// Return a pointer to the underlying memory for passing to the trampoline. |
| 520 | pub fn as_mut_ptr(&mut self) -> *mut u128 { |
| 521 | self.0.as_mut_ptr() |
| 522 | } |
| 523 | |
| 524 | /// Collect the returned [DataValue]s into a [Vec]. The size of `u128` used here must match |
| 525 | /// [Trampoline::SLOT_SIZE]. |
no outgoing calls
no test coverage detected