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