#[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_intTrait Implementations§
Source§impl Clone for BitmapAndState
impl Clone for BitmapAndState
Source§fn clone(&self) -> BitmapAndState
fn clone(&self) -> BitmapAndState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BitmapAndState
Source§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
Auto Trait Implementations§
impl !Send for BitmapAndState
impl !Sync for BitmapAndState
impl Freeze for BitmapAndState
impl RefUnwindSafe for BitmapAndState
impl Unpin for BitmapAndState
impl UnsafeUnpin 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