Struct pgx_pg_sys::FormData_pg_attribute [−][src]
#[repr(C)]pub struct FormData_pg_attribute {}Show fields
pub attrelid: Oid, pub attname: NameData, pub atttypid: Oid, pub attstattarget: int32, pub attlen: int16, pub attnum: int16, pub attndims: int32, pub attcacheoff: int32, pub atttypmod: int32, pub attbyval: bool, pub attstorage: c_char, pub attalign: c_char, pub attnotnull: bool, pub atthasdef: bool, pub atthasmissing: bool, pub attidentity: c_char, pub attgenerated: c_char, pub attisdropped: bool, pub attislocal: bool, pub attinhcount: int32, pub attcollation: Oid,
Fields
attrelid: Oidattname: NameDataatttypid: Oidattstattarget: int32attlen: int16attnum: int16attndims: int32attcacheoff: int32atttypmod: int32attbyval: boolattstorage: c_charattalign: c_charattnotnull: boolatthasdef: boolatthasmissing: boolattidentity: c_charattgenerated: c_charattisdropped: boolattislocal: boolattinhcount: int32attcollation: OidImplementations
impl FormData_pg_attribute[src]
impl FormData_pg_attribute[src]Helper implementation for FormData_pg_attribute
Trait Implementations
impl Clone for FormData_pg_attribute[src]
impl Clone for FormData_pg_attribute[src]fn clone(&self) -> FormData_pg_attribute[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for FormData_pg_attribute[src]
impl Copy for FormData_pg_attribute[src]impl Default for FormData_pg_attribute[src]
impl Default for FormData_pg_attribute[src]Auto Trait Implementations
impl RefUnwindSafe for FormData_pg_attribute
impl RefUnwindSafe for FormData_pg_attributeimpl Send for FormData_pg_attribute
impl Send for FormData_pg_attributeimpl Sync for FormData_pg_attribute
impl Sync for FormData_pg_attributeimpl Unpin for FormData_pg_attribute
impl Unpin for FormData_pg_attributeimpl UnwindSafe for FormData_pg_attribute
impl UnwindSafe for FormData_pg_attribute