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