pub struct TableBTreeInteriorCell {
pub left_child_page: u32,
pub rowid: u64,
}
Fields§
§left_child_page: u32
§rowid: u64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TableBTreeInteriorCell
impl RefUnwindSafe for TableBTreeInteriorCell
impl Send for TableBTreeInteriorCell
impl Sync for TableBTreeInteriorCell
impl Unpin for TableBTreeInteriorCell
impl UnwindSafe for TableBTreeInteriorCell
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