Struct rpgffi::GatherState [] [src]

#[repr(C)]
pub struct GatherState { pub ps: PlanState, pub initialized: bool_, pub pei: *mut ParallelExecutorInfo, pub nreaders: c_int, pub nextreader: c_int, pub nworkers_launched: c_int, pub reader: *mut *mut TupleQueueReader, pub funnel_slot: *mut TupleTableSlot, pub need_to_scan_locally: bool_, }

Fields

Trait Implementations

impl Copy for GatherState
[src]

impl Clone for GatherState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more