Struct pgrx_pg_sys::TidScanState
source · #[repr(C)]pub struct TidScanState {
pub ss: ScanState,
pub tss_tidexprs: *mut List,
pub tss_isCurrentOf: bool,
pub tss_NumTids: c_int,
pub tss_TidPtr: c_int,
pub tss_TidList: *mut ItemPointerData,
pub tss_htup: HeapTupleData,
}
Fields§
§ss: ScanState
§tss_tidexprs: *mut List
§tss_isCurrentOf: bool
§tss_NumTids: c_int
§tss_TidPtr: c_int
§tss_TidList: *mut ItemPointerData
§tss_htup: HeapTupleData
Trait Implementations§
source§impl Clone for TidScanState
impl Clone for TidScanState
source§fn clone(&self) -> TidScanState
fn clone(&self) -> TidScanState
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 TidScanState
impl Debug for TidScanState
source§impl Default for TidScanState
impl Default for TidScanState
source§impl Display for TidScanState
impl Display for TidScanState
source§impl PgNode for TidScanState
impl PgNode for TidScanState
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for TidScanState
Auto Trait Implementations§
impl Freeze for TidScanState
impl RefUnwindSafe for TidScanState
impl !Send for TidScanState
impl !Sync for TidScanState
impl Unpin for TidScanState
impl UnwindSafe for TidScanState
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