Struct pgx_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: ScanStaterowcontext: *mut ExprContextexprlists: *mut *mut Listexprstatelists: *mut *mut Listarray_len: c_intcurr_idx: c_intTrait Implementations
sourceimpl Clone for ValuesScanState
impl Clone for ValuesScanState
sourcefn clone(&self) -> ValuesScanState
fn clone(&self) -> ValuesScanState
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ValuesScanState
impl Debug for ValuesScanState
sourceimpl Default for ValuesScanState
impl Default for ValuesScanState
sourceimpl Display for ValuesScanState
impl Display for ValuesScanState
sourceimpl PgNode for ValuesScanState
impl PgNode for ValuesScanState
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for ValuesScanState
Auto Trait Implementations
impl RefUnwindSafe for ValuesScanState
impl !Send for ValuesScanState
impl !Sync for ValuesScanState
impl Unpin for ValuesScanState
impl UnwindSafe for ValuesScanState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more