ChunkArenaBitmap

Type Alias ChunkArenaBitmap 

Source
pub type ChunkArenaBitmap = __BindgenOpaqueArray<u32, 8usize>;
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.

Aliased Type§

#[repr(C)]
pub struct ChunkArenaBitmap(pub [u32; 8]);

Tuple Fields§

§0: [u32; 8]

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 32 bytes