pub struct DbHeader {
pub page_count: u32,
pub schema_root_page: u32,
}Expand description
Parsed header. page_count includes page 0 itself.
Fields§
§page_count: u32§schema_root_page: u32Trait Implementations§
impl Copy for DbHeader
impl Eq for DbHeader
impl StructuralPartialEq for DbHeader
Auto Trait Implementations§
impl Freeze for DbHeader
impl RefUnwindSafe for DbHeader
impl Send for DbHeader
impl Sync for DbHeader
impl Unpin for DbHeader
impl UnsafeUnpin for DbHeader
impl UnwindSafe for DbHeader
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