Struct pgx_pg_sys::TableScanDescData
source · [−]#[repr(C)]pub struct TableScanDescData {
pub rs_rd: Relation,
pub rs_snapshot: *mut SnapshotData,
pub rs_nkeys: c_int,
pub rs_key: *mut ScanKeyData,
pub rs_mintid: ItemPointerData,
pub rs_maxtid: ItemPointerData,
pub rs_flags: uint32,
pub rs_parallel: *mut ParallelTableScanDescData,
}Fields
rs_rd: Relationrs_snapshot: *mut SnapshotDatars_nkeys: c_intrs_key: *mut ScanKeyDatars_mintid: ItemPointerDatars_maxtid: ItemPointerDatars_flags: uint32rs_parallel: *mut ParallelTableScanDescDataTrait Implementations
sourceimpl Clone for TableScanDescData
impl Clone for TableScanDescData
sourcefn clone(&self) -> TableScanDescData
fn clone(&self) -> TableScanDescData
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for TableScanDescData
impl Debug for TableScanDescData
sourceimpl Default for TableScanDescData
impl Default for TableScanDescData
impl Copy for TableScanDescData
Auto Trait Implementations
impl RefUnwindSafe for TableScanDescData
impl !Send for TableScanDescData
impl !Sync for TableScanDescData
impl Unpin for TableScanDescData
impl UnwindSafe for TableScanDescData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more