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