Struct pgx_pg_sys::HashState
source · [−]#[repr(C)]pub struct HashState {
pub ps: PlanState,
pub hashtable: HashJoinTable,
pub hashkeys: *mut List,
pub shared_info: *mut SharedHashInfo,
pub hinstrument: *mut HashInstrumentation,
pub parallel_state: *mut ParallelHashJoinState,
}Fields
ps: PlanStatehashtable: HashJoinTablehashkeys: *mut Listhinstrument: *mut HashInstrumentationparallel_state: *mut ParallelHashJoinStateTrait Implementations
impl Copy for HashState
Auto Trait Implementations
impl RefUnwindSafe for HashState
impl !Send for HashState
impl !Sync for HashState
impl Unpin for HashState
impl UnwindSafe for HashState
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