#[repr(C)]
pub struct ParallelContext {
Show 15 fields pub node: dlist_node, pub subid: SubTransactionId, pub nworkers: c_int, pub nworkers_to_launch: c_int, pub nworkers_launched: c_int, pub library_name: *mut c_char, pub function_name: *mut c_char, pub error_context_stack: *mut ErrorContextCallback, pub estimator: shm_toc_estimator, pub seg: *mut dsm_segment, pub private_memory: *mut c_void, pub toc: *mut shm_toc, pub worker: *mut ParallelWorkerInfo, pub nknown_attached_workers: c_int, pub known_attached_workers: *mut bool,
}

Fields

node: dlist_nodesubid: SubTransactionIdnworkers: c_intnworkers_to_launch: c_intnworkers_launched: c_intlibrary_name: *mut c_charfunction_name: *mut c_charerror_context_stack: *mut ErrorContextCallbackestimator: shm_toc_estimatorseg: *mut dsm_segmentprivate_memory: *mut c_voidtoc: *mut shm_tocworker: *mut ParallelWorkerInfonknown_attached_workers: c_intknown_attached_workers: *mut bool

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.