pub struct RowidInternalCell {
pub separator_rowid: u64,
pub child_page_id: u32,
}Fields§
§separator_rowid: u64§child_page_id: u32Implementations§
Trait Implementations§
Source§impl Clone for RowidInternalCell
impl Clone for RowidInternalCell
Source§fn clone(&self) -> RowidInternalCell
fn clone(&self) -> RowidInternalCell
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RowidInternalCell
impl Debug for RowidInternalCell
Source§impl PartialEq for RowidInternalCell
impl PartialEq for RowidInternalCell
impl Eq for RowidInternalCell
impl StructuralPartialEq for RowidInternalCell
Auto Trait Implementations§
impl Freeze for RowidInternalCell
impl RefUnwindSafe for RowidInternalCell
impl Send for RowidInternalCell
impl Sync for RowidInternalCell
impl Unpin for RowidInternalCell
impl UnsafeUnpin for RowidInternalCell
impl UnwindSafe for RowidInternalCell
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