Struct pgrx_pg_sys::FuncCallContext
source · #[repr(C)]pub struct FuncCallContext {
pub call_cntr: uint64,
pub max_calls: uint64,
pub user_fctx: *mut c_void,
pub attinmeta: *mut AttInMetadata,
pub multi_call_memory_ctx: MemoryContext,
pub tuple_desc: TupleDesc,
}
Fields§
§call_cntr: uint64
§max_calls: uint64
§user_fctx: *mut c_void
§attinmeta: *mut AttInMetadata
§multi_call_memory_ctx: MemoryContext
§tuple_desc: TupleDesc
Trait Implementations§
source§impl Clone for FuncCallContext
impl Clone for FuncCallContext
source§fn clone(&self) -> FuncCallContext
fn clone(&self) -> FuncCallContext
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 more