Lines Matching refs:StructRef
5 OwnedRooted, RefType, Rooted, StructRef, StructType, ValRaw, ValType, WasmTy,
95 impl From<Rooted<StructRef>> for Rooted<EqRef> {
97 fn from(s: Rooted<StructRef>) -> Self { in from()
102 impl From<OwnedRooted<StructRef>> for OwnedRooted<EqRef> {
104 fn from(s: OwnedRooted<StructRef>) -> Self { in from()
203 if header.kind().matches(VMGcKind::StructRef) { in _ty()
354 .matches(VMGcKind::StructRef)) in _is_struct()
370 pub fn as_struct(&self, store: impl AsContext) -> Result<Option<Rooted<StructRef>>> { in as_struct() argument
374 pub(crate) fn _as_struct(&self, store: &StoreOpaque) -> Result<Option<Rooted<StructRef>>> { in _as_struct() argument
393 pub fn unwrap_struct(&self, store: impl AsContext) -> Result<Rooted<StructRef>> { in unwrap_struct() argument
397 pub(crate) fn _unwrap_struct(&self, store: &StoreOpaque) -> Result<Rooted<StructRef>> { in _unwrap_struct() argument