pub struct Layered<T, B, const N: usize> { /* private fields */ }๐Deprecated: use
bitsetium crate insteadTrait Implementationsยง
Sourceยงimpl<T, B, const N: usize> BitSet for Layered<T, B, N>
impl<T, B, const N: usize> BitSet for Layered<T, B, N>
Sourceยงconst UPPER_BOUND: u32
const UPPER_BOUND: u32
๐Deprecated: use
bitsetium crate insteadUpper bound for this bitset indices.
Implementation is expected to panic if index equal to or greter than
UPPER_BOUND is speicifed.Sourceยงfn get(&self, index: u32) -> bool
fn get(&self, index: u32) -> bool
๐Deprecated: use
bitsetium crate insteadReturns bit state at specified index. Read more
Auto Trait Implementationsยง
impl<T, B, const N: usize> Freeze for Layered<T, B, N>
impl<T, B, const N: usize> RefUnwindSafe for Layered<T, B, N>where
T: RefUnwindSafe,
B: RefUnwindSafe,
impl<T, B, const N: usize> Send for Layered<T, B, N>
impl<T, B, const N: usize> Sync for Layered<T, B, N>
impl<T, B, const N: usize> Unpin for Layered<T, B, N>
impl<T, B, const N: usize> UnwindSafe for Layered<T, B, N>where
T: UnwindSafe,
B: UnwindSafe,
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more