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