pub type ChunkArenaBitmap = __BindgenOpaqueArray<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.
Aliased Type§
struct ChunkArenaBitmap(pub [u32; 8]);
Fields§
§0: [u32; 8]
Trait Implementations
Source§impl<T, const N: usize> Clone for __BindgenOpaqueArray<T, N>
impl<T, const N: usize> Clone for __BindgenOpaqueArray<T, N>
Source§fn clone(&self) -> __BindgenOpaqueArray<T, N>
fn clone(&self) -> __BindgenOpaqueArray<T, N>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<T, const N: usize> Debug for __BindgenOpaqueArray<T, N>
impl<T, const N: usize> Debug for __BindgenOpaqueArray<T, N>
Source§impl<T, const N: usize> Default for __BindgenOpaqueArray<T, N>
impl<T, const N: usize> Default for __BindgenOpaqueArray<T, N>
Source§fn default() -> __BindgenOpaqueArray<T, N>
fn default() -> __BindgenOpaqueArray<T, N>
Returns the “default value” for a type. Read more