Struct dbkit_engine::row::RowRange
[−]
[src]
pub struct RowRange { pub offset: RowOffset, pub rows: usize, }
Sub-range for slicing views and columns.
Fields
offset: RowOffset
Index into table/column
rows: usize
Count of rows
Trait Implementations
impl Clone for RowRange
[src]
fn clone(&self) -> RowRange
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more