#[repr(C)]pub struct BitmapOrState {
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 BitmapOrState
impl Clone for BitmapOrState
Source§fn clone(&self) -> BitmapOrState
fn clone(&self) -> BitmapOrState
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 BitmapOrState
impl Debug for BitmapOrState
Source§impl Default for BitmapOrState
impl Default for BitmapOrState
Source§impl Display for BitmapOrState
impl Display for BitmapOrState
Source§impl PgNode for BitmapOrState
impl PgNode for BitmapOrState
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for BitmapOrState
Auto Trait Implementations§
impl Freeze for BitmapOrState
impl RefUnwindSafe for BitmapOrState
impl !Send for BitmapOrState
impl !Sync for BitmapOrState
impl Unpin for BitmapOrState
impl UnwindSafe for BitmapOrState
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