Struct wiggle::wasmtime_crate::ExternRef [−][src]
#[repr(transparent)]pub struct ExternRef { /* fields omitted */ }
Expand description
Represents an opaque reference to any data within WebAssembly.
Implementations
Creates a new instance of ExternRef
wrapping the given value.
Get the strong reference count for this ExternRef
.
Note that this loads the reference count with a SeqCst
ordering to
synchronize with other threads.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ExternRef
impl !UnwindSafe for ExternRef
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more