Struct wasmer_vm::VMCallerCheckedAnyfunc
source · #[repr(C)]pub struct VMCallerCheckedAnyfunc {
pub func_ptr: *const VMFunctionBody,
pub type_index: VMSharedSignatureIndex,
pub vmctx: VMFunctionContext,
pub call_trampoline: VMTrampoline,
}
Expand description
The VM caller-checked “anyfunc” record, for caller-side signature checking. It consists of the actual function pointer and a signature id to be checked by the caller.
Fields§
§func_ptr: *const VMFunctionBody
Function body.
type_index: VMSharedSignatureIndex
Function signature id.
vmctx: VMFunctionContext
Function VMContext
or host env.
call_trampoline: VMTrampoline
Address of the function call trampoline to invoke this function using a dynamic argument list.
Trait Implementations§
source§impl Clone for VMCallerCheckedAnyfunc
impl Clone for VMCallerCheckedAnyfunc
source§fn clone(&self) -> VMCallerCheckedAnyfunc
fn clone(&self) -> VMCallerCheckedAnyfunc
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 VMCallerCheckedAnyfunc
impl Debug for VMCallerCheckedAnyfunc
source§impl Hash for VMCallerCheckedAnyfunc
impl Hash for VMCallerCheckedAnyfunc
source§impl PartialEq<VMCallerCheckedAnyfunc> for VMCallerCheckedAnyfunc
impl PartialEq<VMCallerCheckedAnyfunc> for VMCallerCheckedAnyfunc
source§fn eq(&self, other: &VMCallerCheckedAnyfunc) -> bool
fn eq(&self, other: &VMCallerCheckedAnyfunc) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VMCallerCheckedAnyfunc
impl Eq for VMCallerCheckedAnyfunc
impl StructuralEq for VMCallerCheckedAnyfunc
impl StructuralPartialEq for VMCallerCheckedAnyfunc
Auto Trait Implementations§
impl RefUnwindSafe for VMCallerCheckedAnyfunc
impl !Send for VMCallerCheckedAnyfunc
impl !Sync for VMCallerCheckedAnyfunc
impl Unpin for VMCallerCheckedAnyfunc
impl UnwindSafe for VMCallerCheckedAnyfunc
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize( &self, deserializer: &mut D ) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Gets the layout of the type.