Struct rpgffi::FormData_pg_attribute [] [src]

#[repr(C)]
pub struct FormData_pg_attribute { 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 attisdropped: bool_, pub attislocal: bool_, pub attinhcount: int32, pub attcollation: Oid, }

Fields