pub struct ExternRef(/* private fields */);Expand description
Represents an opaque reference to any data within WebAssembly.
Implementations§
Trait Implementations§
Source§impl From<ExternRef> for UntypedVal
impl From<ExternRef> for UntypedVal
impl Copy 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 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