Struct dbkit_engine::row::RowRange [] [src]

pub struct RowRange {
    pub offset: RowOffset,
    pub rows: usize,
}

Sub-range for slicing views and columns.

Fields

Index into table/column

Count of rows

Trait Implementations

impl Clone for RowRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RowRange
[src]