Type Alias Heap

Source
pub(crate) type Heap<T> = Heap<T>;

Aliased Type§

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

Fields§

§ptr: UnsafeCell<T>