Struct rpgffi::ParallelContext [] [src]

#[repr(C)]
pub struct ParallelContext { pub node: dlist_node, pub subid: SubTransactionId, pub nworkers: c_int, pub nworkers_launched: c_int, pub entrypoint: parallel_worker_main_type, 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, }

Fields

Trait Implementations

impl Copy for ParallelContext
[src]

impl Clone for ParallelContext
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more