Struct rpgffi::Plan [] [src]

#[repr(C)]
pub struct Plan { pub type_: NodeTag, pub startup_cost: Cost, pub total_cost: Cost, pub plan_rows: f64, pub plan_width: c_int, pub parallel_aware: bool_, pub plan_node_id: c_int, pub targetlist: *mut List, pub qual: *mut List, pub lefttree: *mut Plan, pub righttree: *mut Plan, pub initPlan: *mut List, pub extParam: *mut Bitmapset, pub allParam: *mut Bitmapset, }

Fields

Trait Implementations

impl Copy for Plan
[src]

impl Clone for Plan
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more