pub struct BitAlloc<const N: usize> {
l1: Vec<usize, N>,
}Fields§
§l1: Vec<usize, N>Implementations§
Auto Trait Implementations§
impl<const N: usize> Freeze for BitAlloc<N>
impl<const N: usize> RefUnwindSafe for BitAlloc<N>
impl<const N: usize> !Send for BitAlloc<N>
impl<const N: usize> !Sync for BitAlloc<N>
impl<const N: usize> Unpin for BitAlloc<N>
impl<const N: usize> UnwindSafe for BitAlloc<N>
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