Struct pgrx_pg_sys::LockRowsState
source · #[repr(C)]pub struct LockRowsState {
pub ps: PlanState,
pub lr_arowMarks: *mut List,
pub lr_epqstate: EPQState,
}
Fields§
§ps: PlanState
§lr_arowMarks: *mut List
§lr_epqstate: EPQState
Trait Implementations§
source§impl Clone for LockRowsState
impl Clone for LockRowsState
source§fn clone(&self) -> LockRowsState
fn clone(&self) -> LockRowsState
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 LockRowsState
impl Debug for LockRowsState
source§impl Default for LockRowsState
impl Default for LockRowsState
source§impl Display for LockRowsState
impl Display for LockRowsState
source§impl PgNode for LockRowsState
impl PgNode for LockRowsState
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more