pub struct LfElement {
pub key_offset: CellOffset,
pub name_hint: [u8; 4],
}Expand description
LF (Fast Leaf) element: key node offset + 4-byte name hint.
Fields§
§key_offset: CellOffset§name_hint: [u8; 4]First 4 ASCII characters of key name (uppercase).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LfElement
impl RefUnwindSafe for LfElement
impl Send for LfElement
impl Sync for LfElement
impl Unpin for LfElement
impl UnsafeUnpin for LfElement
impl UnwindSafe for LfElement
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