pub type TupleHashIterator = tuplehash_iterator;

Aliased Type§

struct TupleHashIterator {
    pub cur: u32,
    pub end: u32,
    pub done: bool,
}

Fields§

§cur: u32§end: u32§done: bool

Trait Implementations§

source§

impl Clone for tuplehash_iterator

source§

fn clone(&self) -> tuplehash_iterator

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for tuplehash_iterator

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for tuplehash_iterator

source§

fn default() -> tuplehash_iterator

Returns the “default value” for a type. Read more
source§

impl Copy for tuplehash_iterator