struct Pos {
index: u16,
hash: HashValue,
}
Expand description
An entry in the hash table. This represents the full hash code for an entry
as well as the position of the entry in the entries
vector.
Fields§
§index: u16
§hash: HashValue
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Pos
impl RefUnwindSafe for Pos
impl Send for Pos
impl Sync for Pos
impl Unpin for Pos
impl UnwindSafe for Pos
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