Searched refs:is_structref (Results 1 – 2 of 2) sorted by relevance
40 pub fn is_structref(&self, gc_heap: &(impl GcHeap + ?Sized)) -> bool { in is_structref() method54 if self.is_structref(gc_heap) { in into_structref()77 if self.is_structref(gc_heap) { in as_structref()
634 debug_assert!(gc_ref.is_structref(&*store.unwrap_gc_store().gc_heap)); in from_cloned_gc_ref()