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

pub struct Offset {
    // some 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 Debug for Offset
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Offset
[src]

fn clone(&self) -> Offset

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

impl Copy for Offset
[src]