#[repr(C)]pub struct TidRangeScanState {
pub ss: ScanState,
pub trss_tidexprs: *mut List,
pub trss_mintid: ItemPointerData,
pub trss_maxtid: ItemPointerData,
pub trss_inScan: bool,
}
Fields§
§ss: ScanState
§trss_tidexprs: *mut List
§trss_mintid: ItemPointerData
§trss_maxtid: ItemPointerData
§trss_inScan: bool
Trait Implementations§
Source§impl Clone for TidRangeScanState
impl Clone for TidRangeScanState
Source§fn clone(&self) -> TidRangeScanState
fn clone(&self) -> TidRangeScanState
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 TidRangeScanState
impl Debug for TidRangeScanState
Source§impl Default for TidRangeScanState
impl Default for TidRangeScanState
Source§impl Display for TidRangeScanState
impl Display for TidRangeScanState
Source§impl PgNode for TidRangeScanState
impl PgNode for TidRangeScanState
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for TidRangeScanState
Auto Trait Implementations§
impl Freeze for TidRangeScanState
impl RefUnwindSafe for TidRangeScanState
impl !Send for TidRangeScanState
impl !Sync for TidRangeScanState
impl Unpin for TidRangeScanState
impl UnwindSafe for TidRangeScanState
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