Type Alias mozjs::jsapi::js::gc::ChunkPageBitmap

source ·
pub type ChunkPageBitmap = [u32; 8];
Expand description

An object like std::bitset but which provides access to the underlying storage.

The limited API is due to expedience only; feel free to flesh out any std::bitset-like members.

Trait Implementations§

source§

impl<T: Traceable, const COUNT: usize> Traceable for [T; COUNT]

source§

unsafe fn trace(&self, tracer: *mut JSTracer)

Trace self.