Struct wasmtime_c_api::wasmtime_extern_t 
source · #[repr(C)]pub struct wasmtime_extern_t {
    pub kind: wasmtime_extern_kind_t,
    pub of: wasmtime_extern_union,
}Fields§
§kind: wasmtime_extern_kind_t§of: wasmtime_extern_unionImplementations§
Trait Implementations§
source§impl From<Extern> for wasmtime_extern_t
 
impl From<Extern> for wasmtime_extern_t
source§fn from(item: Extern) -> wasmtime_extern_t
 
fn from(item: Extern) -> wasmtime_extern_t
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for wasmtime_extern_t
impl Send for wasmtime_extern_t
impl Sync for wasmtime_extern_t
impl Unpin for wasmtime_extern_t
impl UnwindSafe for wasmtime_extern_t
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