Struct pgx_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: uint64members: uint32sizemask: uint32grow_threshold: uint32data: *mut TupleHashEntryDatactx: MemoryContextprivate_data: *mut c_voidTrait Implementations
sourceimpl Clone for tuplehash_hash
impl Clone for tuplehash_hash
sourcefn clone(&self) -> tuplehash_hash
fn clone(&self) -> tuplehash_hash
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for tuplehash_hash
impl Debug for tuplehash_hash
sourceimpl Default for tuplehash_hash
impl Default for tuplehash_hash
impl Copy for tuplehash_hash
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more