pub type HandleIdVector = Handle<StackGCVector<PropertyKey>>;Aliased Type§
#[repr(C)]pub struct HandleIdVector {
pub _phantom_0: PhantomData<UnsafeCell<StackGCVector<PropertyKey>>>,
pub ptr: *const StackGCVector<PropertyKey>,
}Fields§
§_phantom_0: PhantomData<UnsafeCell<StackGCVector<PropertyKey>>>§ptr: *const StackGCVector<PropertyKey>