Struct rpgffi::ParallelWorkerInfo [] [src]

#[repr(C)]
pub struct ParallelWorkerInfo { pub bgwhandle: *mut BackgroundWorkerHandle, pub error_mqh: *mut shm_mq_handle, pub pid: int32, }

Fields

Trait Implementations

impl Copy for ParallelWorkerInfo
[src]

impl Clone for ParallelWorkerInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more