Struct wasmtime_environ::HostPtr
source · pub struct HostPtr;
Expand description
Type representing the size of a pointer for the current compilation host
Trait Implementations§
source§impl PtrSize for HostPtr
impl PtrSize for HostPtr
source§fn vmcaller_checked_anyfunc_func_ptr(&self) -> u8
fn vmcaller_checked_anyfunc_func_ptr(&self) -> u8
The offset of the
func_ptr
field.source§fn vmcaller_checked_anyfunc_type_index(&self) -> u8
fn vmcaller_checked_anyfunc_type_index(&self) -> u8
The offset of the
type_index
field.source§fn vmcaller_checked_anyfunc_vmctx(&self) -> u8
fn vmcaller_checked_anyfunc_vmctx(&self) -> u8
The offset of the
vmctx
field.source§fn size_of_vmcaller_checked_anyfunc(&self) -> u8
fn size_of_vmcaller_checked_anyfunc(&self) -> u8
Return the size of
VMCallerCheckedAnyfunc
.