Struct obj::IndexTuple [] [src]

pub struct IndexTuple(pub usize, pub Option<usize>, pub Option<usize>);

Trait Implementations

impl Debug for IndexTuple
[src]

Formats the value using the given formatter.

impl Clone for IndexTuple
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IndexTuple
[src]