Struct differential_dataflow::collection::basic::Offset [] [src]

pub struct Offset { /* fields omitted */ }

An opaque offset into internal storage.

This type is public only so that users may choose the type of index, whose type contains Offset. The longer-term hope is that NonZero stabilizes, which can be used here to save memory in indices.

Trait Implementations

impl Copy for Offset
[src]

impl Clone for Offset
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Offset
[src]

Formats the value using the given formatter.