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 moresource§impl Debug for tuplehash_hash
impl Debug for tuplehash_hash
source§impl Default for tuplehash_hash
impl Default for tuplehash_hash
impl Copy for tuplehash_hash
Auto Trait Implementations§
impl Freeze for tuplehash_hash
impl RefUnwindSafe for tuplehash_hash
impl !Send for tuplehash_hash
impl !Sync for tuplehash_hash
impl Unpin for tuplehash_hash
impl UnwindSafe for tuplehash_hash
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more