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