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