Struct pgrx_pg_sys::FormData_pg_proc
source · #[repr(C)]pub struct FormData_pg_proc {Show 20 fields
pub oid: Oid,
pub proname: NameData,
pub pronamespace: Oid,
pub proowner: Oid,
pub prolang: Oid,
pub procost: float4,
pub prorows: float4,
pub provariadic: Oid,
pub prosupport: regproc,
pub prokind: c_char,
pub prosecdef: bool,
pub proleakproof: bool,
pub proisstrict: bool,
pub proretset: bool,
pub provolatile: c_char,
pub proparallel: c_char,
pub pronargs: int16,
pub pronargdefaults: int16,
pub prorettype: Oid,
pub proargtypes: oidvector,
}
Fields§
§oid: Oid
§proname: NameData
§pronamespace: Oid
§proowner: Oid
§prolang: Oid
§procost: float4
§prorows: float4
§provariadic: Oid
§prosupport: regproc
§prokind: c_char
§prosecdef: bool
§proleakproof: bool
§proisstrict: bool
§proretset: bool
§provolatile: c_char
§proparallel: c_char
§pronargs: int16
§pronargdefaults: int16
§prorettype: Oid
§proargtypes: oidvector
Trait Implementations§
source§impl Debug for FormData_pg_proc
impl Debug for FormData_pg_proc
Auto Trait Implementations§
impl Freeze for FormData_pg_proc
impl RefUnwindSafe for FormData_pg_proc
impl Send for FormData_pg_proc
impl Sync for FormData_pg_proc
impl Unpin for FormData_pg_proc
impl UnwindSafe for FormData_pg_proc
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