Struct pgrx_pg_sys::SysScanDescData
source · #[repr(C)]pub struct SysScanDescData {
pub heap_rel: Relation,
pub irel: Relation,
pub scan: *mut TableScanDescData,
pub iscan: *mut IndexScanDescData,
pub snapshot: *mut SnapshotData,
pub slot: *mut TupleTableSlot,
}
Fields§
§heap_rel: Relation
§irel: Relation
§scan: *mut TableScanDescData
§iscan: *mut IndexScanDescData
§snapshot: *mut SnapshotData
§slot: *mut TupleTableSlot
Trait Implementations§
source§impl Clone for SysScanDescData
impl Clone for SysScanDescData
source§fn clone(&self) -> SysScanDescData
fn clone(&self) -> SysScanDescData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more