pub struct InteriorTablePage {
pub header: InteriorPageHeader,
pub cell_pointers: Vec<u16>,
pub cells: Vec<InteriorTableCell>,
}
Fields§
§header: InteriorPageHeader
§cell_pointers: Vec<u16>
§cells: Vec<InteriorTableCell>
Auto Trait Implementations§
impl Freeze for InteriorTablePage
impl RefUnwindSafe for InteriorTablePage
impl Send for InteriorTablePage
impl Sync for InteriorTablePage
impl Unpin for InteriorTablePage
impl UnwindSafe for InteriorTablePage
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