Type Alias Heap

Source
pub type Heap<T> = Heap<T>;

Aliased Type§

#[repr(C)]
pub struct Heap<T> { pub ptr: UnsafeCell<T>, }

Fields§

§ptr: UnsafeCell<T>