Struct wasmer_vm::VMFuncRef [−][src]
#[repr(transparent)]pub struct VMFuncRef(_);
Expand description
A function reference. A single word that points to metadata about a function.
Implementations
Trait Implementations
Returns the size of the referenced value in bytes. Read more
type Abi = Self
type Abi = Self
The ABI for this type (i32, i64, f32, f64)
Convert to self from i128 binary representation.
Convert self to a Value
.
Auto Trait Implementations
Blanket Implementations
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
pub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
pub fn pointer_metadata(
&<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.