Struct pgrx_pg_sys::FormData_pg_attribute
source · #[repr(C)]pub struct FormData_pg_attribute {Show 22 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 attalign: c_char,
pub attstorage: c_char,
pub attcompression: 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: Oid§attname: NameData§atttypid: Oid§attstattarget: int32§attlen: int16§attnum: int16§attndims: int32§attcacheoff: int32§atttypmod: int32§attbyval: bool§attalign: c_char§attstorage: c_char§attcompression: c_char§attnotnull: bool§atthasdef: bool§atthasmissing: bool§attidentity: c_char§attgenerated: c_char§attisdropped: bool§attislocal: bool§attinhcount: int32§attcollation: OidImplementations§
Trait Implementations§
source§impl Clone for FormData_pg_attribute
impl Clone for FormData_pg_attribute
source§fn clone(&self) -> FormData_pg_attribute
fn clone(&self) -> FormData_pg_attribute
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more