Struct pgx_pg_sys::ScanState
source · [−]#[repr(C)]pub struct ScanState {
pub ps: PlanState,
pub ss_currentRelation: Relation,
pub ss_currentScanDesc: *mut TableScanDescData,
pub ss_ScanTupleSlot: *mut TupleTableSlot,
}Fields
ps: PlanStatess_currentRelation: Relationss_currentScanDesc: *mut TableScanDescDatass_ScanTupleSlot: *mut TupleTableSlotTrait Implementations
impl Copy for ScanState
Auto Trait Implementations
impl RefUnwindSafe for ScanState
impl !Send for ScanState
impl !Sync for ScanState
impl Unpin for ScanState
impl UnwindSafe for ScanState
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