#[repr(C)]
pub struct FormData_pg_proc {Show 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,
}
Returns the “default value” for a type. Read more
impl<T> Any for T where
T: 'static + ?Sized, [src]
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>, [src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.