#[repr(C)]pub struct wasmtime_reftype_t {
pub nullable: bool,
pub hty: wasmtime_heaptype_t,
}Fields§
§nullable: bool§hty: wasmtime_heaptype_tTrait Implementations§
Source§impl Clone for wasmtime_reftype_t
impl Clone for wasmtime_reftype_t
Source§fn clone(&self) -> wasmtime_reftype_t
fn clone(&self) -> wasmtime_reftype_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for wasmtime_reftype_t
impl !RefUnwindSafe for wasmtime_reftype_t
impl !Send for wasmtime_reftype_t
impl !Sync for wasmtime_reftype_t
impl Unpin for wasmtime_reftype_t
impl UnsafeUnpin for wasmtime_reftype_t
impl !UnwindSafe for wasmtime_reftype_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