Type Alias pgrx_pg_sys::TupleHashIterator
source · pub type TupleHashIterator = tuplehash_iterator;Aliased Type§
struct TupleHashIterator {
pub cur: u32,
pub end: u32,
pub done: bool,
}Fields§
§cur: u32§end: u32§done: boolTrait Implementations§
source§impl Clone for tuplehash_iterator
impl Clone for tuplehash_iterator
source§fn clone(&self) -> tuplehash_iterator
fn clone(&self) -> tuplehash_iterator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for tuplehash_iterator
impl Debug for tuplehash_iterator
source§impl Default for tuplehash_iterator
impl Default for tuplehash_iterator
source§fn default() -> tuplehash_iterator
fn default() -> tuplehash_iterator
Returns the “default value” for a type. Read more