Struct rpgffi::IndexOnlyScanState [] [src]

#[repr(C)]
pub struct IndexOnlyScanState { pub ss: ScanState, pub indexqual: *mut List, pub ioss_ScanKeys: ScanKey, pub ioss_NumScanKeys: c_int, pub ioss_OrderByKeys: ScanKey, pub ioss_NumOrderByKeys: c_int, pub ioss_RuntimeKeys: *mut IndexRuntimeKeyInfo, pub ioss_NumRuntimeKeys: c_int, pub ioss_RuntimeKeysReady: bool_, pub ioss_RuntimeContext: *mut ExprContext, pub ioss_RelationDesc: Relation, pub ioss_ScanDesc: IndexScanDesc, pub ioss_VMBuffer: Buffer, pub ioss_HeapFetches: c_long, }

Fields

Trait Implementations

impl Copy for IndexOnlyScanState
[src]

impl Clone for IndexOnlyScanState
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more