Struct pgx_pg_sys::FmgrInfo
source · [−]#[repr(C)]pub struct FmgrInfo {
pub fn_addr: PGFunction,
pub fn_oid: Oid,
pub fn_nargs: c_short,
pub fn_strict: bool,
pub fn_retset: bool,
pub fn_stats: c_uchar,
pub fn_extra: *mut c_void,
pub fn_mcxt: MemoryContext,
pub fn_expr: fmNodePtr,
}Fields
fn_addr: PGFunctionfn_oid: Oidfn_nargs: c_shortfn_strict: boolfn_retset: boolfn_stats: c_ucharfn_extra: *mut c_voidfn_mcxt: MemoryContextfn_expr: fmNodePtrTrait Implementations
impl Copy for FmgrInfo
Auto Trait Implementations
impl RefUnwindSafe for FmgrInfo
impl !Send for FmgrInfo
impl !Sync for FmgrInfo
impl Unpin for FmgrInfo
impl UnwindSafe for FmgrInfo
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