Type Alias script::dom::bindings::import::module::jsapi::JS::Heap

source ·
pub type Heap<T> = Heap<T>;

Aliased Type§

struct Heap<T> {
    pub ptr: UnsafeCell<T>,
}

Fields§

§ptr: UnsafeCell<T>