pub struct RowIndices { /* private fields */ }Expand description
Pre-computed indices for a single logical row.
Stores the physical index at each level for fast access.
Implementations§
Source§impl RowIndices
impl RowIndices
Sourcepub fn level_count(&self) -> usize
pub fn level_count(&self) -> usize
Returns the number of levels.
Trait Implementations§
Source§impl Clone for RowIndices
impl Clone for RowIndices
Source§fn clone(&self) -> RowIndices
fn clone(&self) -> RowIndices
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 moreAuto Trait Implementations§
impl Freeze for RowIndices
impl RefUnwindSafe for RowIndices
impl Send for RowIndices
impl Sync for RowIndices
impl Unpin for RowIndices
impl UnwindSafe for RowIndices
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