Struct rpgffi::PlanState [] [src]

#[repr(C)]
pub struct PlanState { pub type_: NodeTag, pub plan: *mut Plan, pub state: *mut EState, pub instrument: *mut Instrumentation, pub worker_instrument: *mut WorkerInstrumentation, pub targetlist: *mut List, pub qual: *mut List, pub lefttree: *mut PlanState, pub righttree: *mut PlanState, pub initPlan: *mut List, pub subPlan: *mut List, pub chgParam: *mut Bitmapset, pub ps_ResultTupleSlot: *mut TupleTableSlot, pub ps_ExprContext: *mut ExprContext, pub ps_ProjInfo: *mut ProjectionInfo, pub ps_TupFromTlist: bool_, }

Fields

Trait Implementations

impl Copy for PlanState
[src]

impl Clone for PlanState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more