pub struct IndexMeta {
pub root_page_id: u32,
pub page_count: u32,
pub key_schema_version: u32,
pub val_schema_version: u32,
}Expand description
The decoded metadata from page 0.
Fields§
§root_page_id: u32§page_count: u32§key_schema_version: u32§val_schema_version: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for IndexMeta
impl RefUnwindSafe for IndexMeta
impl Send for IndexMeta
impl Sync for IndexMeta
impl Unpin for IndexMeta
impl UnwindSafe for IndexMeta
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