#[repr(C)]pub struct WasmEdge_Async { /* private fields */ }
Trait Implementations§
Source§impl Clone for WasmEdge_Async
impl Clone for WasmEdge_Async
Source§fn clone(&self) -> WasmEdge_Async
fn clone(&self) -> WasmEdge_Async
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WasmEdge_Async
impl Debug for WasmEdge_Async
impl Copy for WasmEdge_Async
Auto Trait Implementations§
impl Freeze for WasmEdge_Async
impl RefUnwindSafe for WasmEdge_Async
impl Send for WasmEdge_Async
impl Sync for WasmEdge_Async
impl Unpin for WasmEdge_Async
impl UnwindSafe for WasmEdge_Async
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