Struct rpgffi::LockRowsState [] [src]

#[repr(C)]
pub struct LockRowsState { pub ps: PlanState, pub lr_arowMarks: *mut List, pub lr_epqstate: EPQState, pub lr_curtuples: *mut HeapTuple, pub lr_ntables: c_int, }

Fields

Trait Implementations

impl Copy for LockRowsState
[src]

impl Clone for LockRowsState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more