Struct pgx_pg_sys::BitmapOrState
source · [−]#[repr(C)]pub struct BitmapOrState {
pub ps: PlanState,
pub bitmapplans: *mut *mut PlanState,
pub nplans: c_int,
}Fields
ps: PlanStatebitmapplans: *mut *mut PlanStatenplans: c_intTrait Implementations
sourceimpl Clone for BitmapOrState
impl Clone for BitmapOrState
sourcefn clone(&self) -> BitmapOrState
fn clone(&self) -> BitmapOrState
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BitmapOrState
impl Debug for BitmapOrState
sourceimpl Default for BitmapOrState
impl Default for BitmapOrState
sourceimpl Display for BitmapOrState
impl Display for BitmapOrState
sourceimpl PgNode for BitmapOrState
impl PgNode for BitmapOrState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for BitmapOrState
Auto Trait Implementations
impl RefUnwindSafe for BitmapOrState
impl !Send for BitmapOrState
impl !Sync for BitmapOrState
impl Unpin for BitmapOrState
impl UnwindSafe for BitmapOrState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more