Struct wasmer_types::ExternRef [−][src]
#[repr(transparent)]pub struct ExternRef { /* fields omitted */ }
Expand description
An opaque reference to some data. This reference can be passed through Wasm.
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ExternRef
impl !UnwindSafe for ExternRef
Blanket Implementations
type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
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.