#[repr(C)]pub struct ProjectSetState {
pub ps: PlanState,
pub elems: *mut *mut Node,
pub elemdone: *mut Type,
pub nelems: c_int,
pub pending_srf_tuples: bool,
pub argcontext: MemoryContext,
}
Fields§
§ps: PlanState
§elems: *mut *mut Node
§elemdone: *mut Type
§nelems: c_int
§pending_srf_tuples: bool
§argcontext: MemoryContext
Trait Implementations§
Source§impl Clone for ProjectSetState
impl Clone for ProjectSetState
Source§fn clone(&self) -> ProjectSetState
fn clone(&self) -> ProjectSetState
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 ProjectSetState
impl Debug for ProjectSetState
Source§impl Default for ProjectSetState
impl Default for ProjectSetState
Source§impl Display for ProjectSetState
impl Display for ProjectSetState
Source§impl PgNode for ProjectSetState
impl PgNode for ProjectSetState
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for ProjectSetState
Auto Trait Implementations§
impl Freeze for ProjectSetState
impl RefUnwindSafe for ProjectSetState
impl !Send for ProjectSetState
impl !Sync for ProjectSetState
impl Unpin for ProjectSetState
impl UnwindSafe for ProjectSetState
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