Struct pgrx_pg_sys::ValuesScanState
source · #[repr(C)]pub struct ValuesScanState {
pub ss: ScanState,
pub rowcontext: *mut ExprContext,
pub exprlists: *mut *mut List,
pub exprstatelists: *mut *mut List,
pub array_len: c_int,
pub curr_idx: c_int,
}
Fields§
§ss: ScanState
§rowcontext: *mut ExprContext
§exprlists: *mut *mut List
§exprstatelists: *mut *mut List
§array_len: c_int
§curr_idx: c_int
Trait Implementations§
source§impl Clone for ValuesScanState
impl Clone for ValuesScanState
source§fn clone(&self) -> ValuesScanState
fn clone(&self) -> ValuesScanState
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 ValuesScanState
impl Debug for ValuesScanState
source§impl Default for ValuesScanState
impl Default for ValuesScanState
source§impl Display for ValuesScanState
impl Display for ValuesScanState
source§impl PgNode for ValuesScanState
impl PgNode for ValuesScanState
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for ValuesScanState
Auto Trait Implementations§
impl Freeze for ValuesScanState
impl RefUnwindSafe for ValuesScanState
impl !Send for ValuesScanState
impl !Sync for ValuesScanState
impl Unpin for ValuesScanState
impl UnwindSafe for ValuesScanState
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