pub(crate) type Heap<T> = Heap<T>;
Aliased Type§
#[repr(C)]pub(crate) struct Heap<T> {
pub ptr: UnsafeCell<T>,
}
Fields§
§ptr: UnsafeCell<T>
pub(crate) type Heap<T> = Heap<T>;
#[repr(C)]pub(crate) struct Heap<T> {
pub ptr: UnsafeCell<T>,
}
ptr: UnsafeCell<T>