Struct rpgffi::EPQState [] [src]

#[repr(C)]
pub struct EPQState { pub estate: *mut EState, pub planstate: *mut PlanState, pub origslot: *mut TupleTableSlot, pub plan: *mut Plan, pub arowMarks: *mut List, pub epqParam: c_int, }

Fields

Trait Implementations

impl Copy for EPQState
[src]

impl Clone for EPQState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more