Struct pgrx_pg_sys::SeqScanState
source · #[repr(C)]pub struct SeqScanState {
pub ss: ScanState,
pub pscan_len: Size,
}
Fields§
§ss: ScanState
§pscan_len: Size
Trait Implementations§
source§impl Clone for SeqScanState
impl Clone for SeqScanState
source§fn clone(&self) -> SeqScanState
fn clone(&self) -> SeqScanState
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 SeqScanState
impl Debug for SeqScanState
source§impl Default for SeqScanState
impl Default for SeqScanState
source§impl Display for SeqScanState
impl Display for SeqScanState
source§impl PgNode for SeqScanState
impl PgNode for SeqScanState
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more