Struct pgx_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: uint64max_calls: uint64user_fctx: *mut c_voidattinmeta: *mut AttInMetadatamulti_call_memory_ctx: MemoryContexttuple_desc: TupleDescTrait Implementations
sourceimpl Clone for FuncCallContext
impl Clone for FuncCallContext
sourcefn clone(&self) -> FuncCallContext
fn clone(&self) -> FuncCallContext
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 FuncCallContext
impl Debug for FuncCallContext
sourceimpl Default for FuncCallContext
impl Default for FuncCallContext
impl Copy for FuncCallContext
Auto Trait Implementations
impl RefUnwindSafe for FuncCallContext
impl !Send for FuncCallContext
impl !Sync for FuncCallContext
impl Unpin for FuncCallContext
impl UnwindSafe for FuncCallContext
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