pub struct LhElement {
pub key_offset: CellOffset,
pub name_hash: u32,
}Expand description
LH (Hash Leaf) element: key node offset + 32-bit name hash.
Fields§
§key_offset: CellOffset§name_hash: u32Hash: H = 37*H + C[i] over uppercase key name.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LhElement
impl RefUnwindSafe for LhElement
impl Send for LhElement
impl Sync for LhElement
impl Unpin for LhElement
impl UnsafeUnpin for LhElement
impl UnwindSafe for LhElement
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