Struct tskit::types::Bookmark[][src]

pub struct Bookmark {
    pub offsets: tsk_bookmark_t,
}
Expand description

A “bookmark” is used to adjust the ranges over which some table algorithms function.

For example, when sorting tables, a bookmark can be used to indicate the first row from which to begin. The names of the fields are the same names as tables in a TableCollection.

Fields

offsets: tsk_bookmark_t

Implementations

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.