Struct wasmtime_c_api::wasmtime_caller_t 
source · #[repr(C)]pub struct wasmtime_caller_t<'a> { /* private fields */ }Auto Trait Implementations§
impl<'a> !RefUnwindSafe for wasmtime_caller_t<'a>
impl<'a> Send for wasmtime_caller_t<'a>
impl<'a> Sync for wasmtime_caller_t<'a>
impl<'a> Unpin for wasmtime_caller_t<'a>
impl<'a> !UnwindSafe for wasmtime_caller_t<'a>
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