pub struct PopcountTable { /* private fields */ }Expand description
Precomputed population count lookup table.
Auto Trait Implementations§
impl Freeze for PopcountTable
impl RefUnwindSafe for PopcountTable
impl Send for PopcountTable
impl Sync for PopcountTable
impl Unpin for PopcountTable
impl UnsafeUnpin for PopcountTable
impl UnwindSafe for PopcountTable
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