Struct pgx_pg_sys::FormData_pg_class
source · [−]#[repr(C)]pub struct FormData_pg_class {Show 30 fields
pub oid: Oid,
pub relname: NameData,
pub relnamespace: Oid,
pub reltype: Oid,
pub reloftype: Oid,
pub relowner: Oid,
pub relam: Oid,
pub relfilenode: Oid,
pub reltablespace: Oid,
pub relpages: int32,
pub reltuples: float4,
pub relallvisible: int32,
pub reltoastrelid: Oid,
pub relhasindex: bool,
pub relisshared: bool,
pub relpersistence: c_char,
pub relkind: c_char,
pub relnatts: int16,
pub relchecks: int16,
pub relhasrules: bool,
pub relhastriggers: bool,
pub relhassubclass: bool,
pub relrowsecurity: bool,
pub relforcerowsecurity: bool,
pub relispopulated: bool,
pub relreplident: c_char,
pub relispartition: bool,
pub relrewrite: Oid,
pub relfrozenxid: TransactionId,
pub relminmxid: TransactionId,
}Fields
oid: Oidrelname: NameDatarelnamespace: Oidreltype: Oidreloftype: Oidrelowner: Oidrelam: Oidrelfilenode: Oidreltablespace: Oidrelpages: int32reltuples: float4relallvisible: int32reltoastrelid: Oidrelhasindex: boolrelpersistence: c_charrelkind: c_charrelnatts: int16relchecks: int16relhasrules: boolrelhastriggers: boolrelhassubclass: boolrelrowsecurity: boolrelforcerowsecurity: boolrelispopulated: boolrelreplident: c_charrelispartition: boolrelrewrite: Oidrelfrozenxid: TransactionIdrelminmxid: TransactionIdTrait Implementations
sourceimpl Clone for FormData_pg_class
impl Clone for FormData_pg_class
sourcefn clone(&self) -> FormData_pg_class
fn clone(&self) -> FormData_pg_class
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 FormData_pg_class
impl Debug for FormData_pg_class
sourceimpl Default for FormData_pg_class
impl Default for FormData_pg_class
impl Copy for FormData_pg_class
Auto Trait Implementations
impl RefUnwindSafe for FormData_pg_class
impl Send for FormData_pg_class
impl Sync for FormData_pg_class
impl Unpin for FormData_pg_class
impl UnwindSafe for FormData_pg_class
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