pub type Heap<T> = Heap<T>;Aliased Type§
#[repr(C)]pub struct Heap<T> {
pub ptr: UnsafeCell<T>,
}Fields§
§ptr: UnsafeCell<T>Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.