Struct wasmtime_runtime::WasmFault
source · pub struct WasmFault {
pub memory_size: usize,
pub wasm_address: u64,
}
Expand description
Description about a fault that occurred in WebAssembly.
Fields§
§memory_size: usize
The size of memory, in bytes, at the time of the fault.
wasm_address: u64
The WebAssembly address at which the fault occurred.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WasmFault
impl RefUnwindSafe for WasmFault
impl Send for WasmFault
impl Sync for WasmFault
impl Unpin for WasmFault
impl UnwindSafe for WasmFault
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