Searched defs:StructType (Results 1 – 5 of 5) sorted by relevance
17 pub fn ty(&self, _store: impl AsContext) -> Result<StructType> { in ty()
1035 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 { struct1862 impl fmt::Display for StructType { argument1873 impl StructType { implementation2039 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()
386 pub fn ty(&self, store: impl AsContext) -> Result<StructType> { in ty()390 pub(crate) fn _ty(&self, store: &StoreOpaque) -> Result<StructType> { in _ty()
24 pub struct StructType {} struct
144 class StructType { class