Struct pgx_pg_sys::ExplainWorkersState
source · #[repr(C)]pub struct ExplainWorkersState {
pub num_workers: c_int,
pub worker_inited: *mut bool,
pub worker_str: *mut StringInfoData,
pub worker_state_save: *mut c_int,
pub prev_str: StringInfo,
}Fields§
§num_workers: c_int§worker_inited: *mut bool§worker_str: *mut StringInfoData§worker_state_save: *mut c_int§prev_str: StringInfoTrait Implementations§
source§impl Clone for ExplainWorkersState
impl Clone for ExplainWorkersState
source§fn clone(&self) -> ExplainWorkersState
fn clone(&self) -> ExplainWorkersState
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