Struct pgrx_pg_sys::ParallelWorkerInfo
source · #[repr(C)]pub struct ParallelWorkerInfo {
pub bgwhandle: *mut BackgroundWorkerHandle,
pub error_mqh: *mut shm_mq_handle,
pub pid: int32,
}
Fields§
§bgwhandle: *mut BackgroundWorkerHandle
§error_mqh: *mut shm_mq_handle
§pid: int32
Trait Implementations§
source§impl Clone for ParallelWorkerInfo
impl Clone for ParallelWorkerInfo
source§fn clone(&self) -> ParallelWorkerInfo
fn clone(&self) -> ParallelWorkerInfo
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