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