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 moresource§impl Debug for SysScanDescData
impl Debug for SysScanDescData
source§impl Default for SysScanDescData
impl Default for SysScanDescData
impl Copy for SysScanDescData
Auto Trait Implementations§
impl Freeze for SysScanDescData
impl RefUnwindSafe for SysScanDescData
impl !Send for SysScanDescData
impl !Sync for SysScanDescData
impl Unpin for SysScanDescData
impl UnwindSafe for SysScanDescData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more