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

pub struct Offset {
    // some fields omitted
}

An opaque offset into internal storage.

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]