Lines Matching refs:StructRef
8 OwnedRooted, RefType, Result, Rooted, StructRef, StructType, ValRaw, ValType, WasmTy,
113 impl From<Rooted<StructRef>> for Rooted<AnyRef> {
115 fn from(s: Rooted<StructRef>) -> Self { in from()
120 impl From<OwnedRooted<StructRef>> for OwnedRooted<AnyRef> {
122 fn from(s: OwnedRooted<StructRef>) -> Self { in from()
372 if header.kind().matches(VMGcKind::StructRef) { in _ty()
568 .matches(VMGcKind::StructRef)) in _is_struct()
584 pub fn as_struct(&self, store: impl AsContext) -> Result<Option<Rooted<StructRef>>> { in as_struct() argument
588 pub(crate) fn _as_struct(&self, store: &StoreOpaque) -> Result<Option<Rooted<StructRef>>> { in _as_struct() argument
607 pub fn unwrap_struct(&self, store: impl AsContext) -> Result<Rooted<StructRef>> { in unwrap_struct() argument
611 pub(crate) fn _unwrap_struct(&self, store: &StoreOpaque) -> Result<Rooted<StructRef>> { in _unwrap_struct() argument