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