Struct tskit::types::Bookmark

source ·
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
Drops the content pointed by this pointer and frees it. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.