pub struct L1Bits { /* private fields */ }Expand description
8 x 64 = 512bits bucket
Trait Implementations§
impl Copy for L1Bits
Auto Trait Implementations§
impl Freeze for L1Bits
impl RefUnwindSafe for L1Bits
impl Send for L1Bits
impl Sync for L1Bits
impl Unpin for L1Bits
impl UnwindSafe for L1Bits
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