Struct wasmedge_sys::ffi::WasmEdge_CompilerContext
source · #[repr(C)]pub struct WasmEdge_CompilerContext { /* private fields */ }
Trait Implementations§
source§impl Clone for WasmEdge_CompilerContext
impl Clone for WasmEdge_CompilerContext
source§fn clone(&self) -> WasmEdge_CompilerContext
fn clone(&self) -> WasmEdge_CompilerContext
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_CompilerContext
impl Debug for WasmEdge_CompilerContext
impl Copy for WasmEdge_CompilerContext
Auto Trait Implementations§
impl RefUnwindSafe for WasmEdge_CompilerContext
impl Send for WasmEdge_CompilerContext
impl Sync for WasmEdge_CompilerContext
impl Unpin for WasmEdge_CompilerContext
impl UnwindSafe for WasmEdge_CompilerContext
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