Home
last modified time | relevance | path

Searched defs:StructType (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/disabled/
H A Dstructref.rs17 pub fn ty(&self, _store: impl AsContext) -> Result<StructType> { in ty()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dtypes.rs1035 pub fn as_concrete_struct(&self) -> Option<&StructType> { in as_concrete_struct()
1050 pub fn unwrap_concrete_struct(&self) -> &StructType { in unwrap_concrete_struct()
1858 pub struct StructType { struct
1862 impl fmt::Display for StructType { argument
1873 impl StructType { implementation
2039 pub fn eq(a: &StructType, b: &StructType) -> bool { in eq()
2076 ) -> Result<StructType> { in from_wasm_struct_type()
2102 pub(crate) fn from_shared_type_index(engine: &Engine, index: VMSharedTypeIndex) -> StructType { in from_shared_type_index()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/gc/enabled/
H A Dstructref.rs386 pub fn ty(&self, store: impl AsContext) -> Result<StructType> { in ty()
390 pub(crate) fn _ty(&self, store: &StoreOpaque) -> Result<StructType> { in _ty()
/wasmtime-44.0.1/crates/fuzzing/src/generators/gc_ops/
H A Dtypes.rs24 pub struct StructType {} struct
/wasmtime-44.0.1/crates/c-api/include/wasmtime/
H A Dgc.hh144 class StructType { class