pub struct ExternRef(/* private fields */);Implementations§
Trait Implementations§
Source§impl ToWasmTypes for ExternRef
impl ToWasmTypes for ExternRef
Source§fn wasm_types() -> Box<[WasmType]>
fn wasm_types() -> Box<[WasmType]>
Return the flattened WebAssembly value types for this tuple shape.
impl Copy for ExternRef
impl Eq for ExternRef
impl StructuralPartialEq for ExternRef
Auto Trait Implementations§
impl Freeze for ExternRef
impl RefUnwindSafe for ExternRef
impl Send for ExternRef
impl Sync for ExternRef
impl Unpin for ExternRef
impl UnsafeUnpin 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