pub struct LeafPageHeader {
pub first_freeblock_offset: Option<u16>,
pub no_cells: u16,
pub cell_content_offset: CellOffset,
pub no_fragmented_bytes: u8,
}
Fields§
§first_freeblock_offset: Option<u16>
§no_cells: u16
§cell_content_offset: CellOffset
§no_fragmented_bytes: u8
Auto Trait Implementations§
impl Freeze for LeafPageHeader
impl RefUnwindSafe for LeafPageHeader
impl Send for LeafPageHeader
impl Sync for LeafPageHeader
impl Unpin for LeafPageHeader
impl UnwindSafe for LeafPageHeader
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