pub struct BlockMeta {
pub offset: usize,
pub first_key: KeyBytes,
pub last_key: KeyBytes,
}Fields§
§offset: usizeOffset of this data block.
first_key: KeyBytesThe first key of the data block.
last_key: KeyBytesThe last key of the data block.
Implementations§
Trait Implementations§
impl Eq for BlockMeta
impl StructuralPartialEq for BlockMeta
Auto Trait Implementations§
impl !Freeze for BlockMeta
impl RefUnwindSafe for BlockMeta
impl Send for BlockMeta
impl Sync for BlockMeta
impl Unpin for BlockMeta
impl UnwindSafe for BlockMeta
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