pub struct RowidLeafCellLayout {
pub rowid: u64,
pub total_payload_len: u32,
pub local_payload: Vec<u8>,
pub overflow_first_page: u32,
}Fields§
§rowid: u64§total_payload_len: u32§local_payload: Vec<u8>§overflow_first_page: u32Implementations§
Trait Implementations§
Source§impl Clone for RowidLeafCellLayout
impl Clone for RowidLeafCellLayout
Source§fn clone(&self) -> RowidLeafCellLayout
fn clone(&self) -> RowidLeafCellLayout
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 RowidLeafCellLayout
impl Debug for RowidLeafCellLayout
Source§impl PartialEq for RowidLeafCellLayout
impl PartialEq for RowidLeafCellLayout
impl Eq for RowidLeafCellLayout
impl StructuralPartialEq for RowidLeafCellLayout
Auto Trait Implementations§
impl Freeze for RowidLeafCellLayout
impl RefUnwindSafe for RowidLeafCellLayout
impl Send for RowidLeafCellLayout
impl Sync for RowidLeafCellLayout
impl Unpin for RowidLeafCellLayout
impl UnsafeUnpin for RowidLeafCellLayout
impl UnwindSafe for RowidLeafCellLayout
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