Struct pgrx_pg_sys::ParallelWorkerContext
source · #[repr(C)]pub struct ParallelWorkerContext {
pub seg: *mut dsm_segment,
pub toc: *mut shm_toc,
}Fields§
§seg: *mut dsm_segment§toc: *mut shm_tocTrait Implementations§
source§impl Clone for ParallelWorkerContext
impl Clone for ParallelWorkerContext
source§fn clone(&self) -> ParallelWorkerContext
fn clone(&self) -> ParallelWorkerContext
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