pub struct L2Bits {
pub bucket_map: u64,
pub buckets: Box<[L1Bits]>,
}Fields§
§bucket_map: u64§buckets: Box<[L1Bits]>Trait Implementations§
Auto Trait Implementations§
impl Freeze for L2Bits
impl RefUnwindSafe for L2Bits
impl Send for L2Bits
impl Sync for L2Bits
impl Unpin for L2Bits
impl UnwindSafe for L2Bits
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