#[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
impl Copy for BitmapAndState
Auto Trait Implementations§
impl Freeze for BitmapAndState
impl RefUnwindSafe for BitmapAndState
impl !Send for BitmapAndState
impl !Sync for BitmapAndState
impl Unpin for BitmapAndState
impl UnwindSafe for BitmapAndState
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more