Struct wasmedge_sdk::types::ExternRef
source · pub struct ExternRef { /* private fields */ }
Expand description
A reference to opaque data in the wasm instance.
Implementations§
Trait Implementations§
source§impl WasmValType for ExternRef
impl WasmValType for ExternRef
impl Copy for ExternRef
Auto Trait Implementations§
impl RefUnwindSafe for ExternRef
impl Send for ExternRef
impl Sync for ExternRef
impl Unpin for ExternRef
impl UnwindSafe for ExternRef
Blanket Implementations§
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