Struct pgrx_pg_sys::WorkerInstrumentation
source · #[repr(C)]pub struct WorkerInstrumentation {
pub num_workers: c_int,
pub instrument: __IncompleteArrayField<Instrumentation>,
}Fields§
§num_workers: c_int§instrument: __IncompleteArrayField<Instrumentation>Trait Implementations§
source§impl Debug for WorkerInstrumentation
impl Debug for WorkerInstrumentation
source§impl Default for WorkerInstrumentation
impl Default for WorkerInstrumentation
source§fn default() -> WorkerInstrumentation
fn default() -> WorkerInstrumentation
Returns the “default value” for a type. Read more