Struct pgrx_pg_sys::tuplehash_hash
source · #[repr(C)]pub struct tuplehash_hash {
pub size: uint64,
pub members: uint32,
pub sizemask: uint32,
pub grow_threshold: uint32,
pub data: *mut TupleHashEntryData,
pub ctx: MemoryContext,
pub private_data: *mut c_void,
}
Fields§
§size: uint64
§members: uint32
§sizemask: uint32
§grow_threshold: uint32
§data: *mut TupleHashEntryData
§ctx: MemoryContext
§private_data: *mut c_void
Trait Implementations§
source§impl Clone for tuplehash_hash
impl Clone for tuplehash_hash
source§fn clone(&self) -> tuplehash_hash
fn clone(&self) -> tuplehash_hash
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 more