Struct parking_lot_core::parking_lot::HashTable
source · struct HashTable {
entries: Box<[Bucket]>,
hash_bits: u32,
_prev: *const HashTable,
}
Fields§
§entries: Box<[Bucket]>
§hash_bits: u32
§_prev: *const HashTable
Implementations§
Auto Trait Implementations§
impl Freeze for HashTable
impl !RefUnwindSafe for HashTable
impl !Send for HashTable
impl !Sync for HashTable
impl Unpin for HashTable
impl !UnwindSafe for HashTable
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