#[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_union
Implementations§
Trait Implementations§
Source§impl Drop for wasmtime_extern_t
impl Drop for wasmtime_extern_t
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 Freeze for wasmtime_extern_t
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