Struct pgrx_pg_sys::tuplehash_iterator
source · #[repr(C)]pub struct tuplehash_iterator {
pub cur: uint32,
pub end: uint32,
pub done: bool,
}
Fields§
§cur: uint32
§end: uint32
§done: bool
Trait 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