Struct pgx_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: Oidattname: NameDataatttypid: Oidattstattarget: int32attlen: int16attnum: int16attndims: int32attcacheoff: int32atttypmod: int32attbyval: boolattalign: c_charattstorage: c_charattcompression: c_charattnotnull: boolatthasdef: boolatthasmissing: boolattidentity: c_charattgenerated: c_charattisdropped: boolattislocal: boolattinhcount: int32attcollation: OidImplementations
Trait Implementations
sourceimpl Clone for FormData_pg_attribute
impl Clone for FormData_pg_attribute
sourcefn clone(&self) -> FormData_pg_attribute
fn clone(&self) -> FormData_pg_attribute
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_attribute
impl Debug for FormData_pg_attribute
sourceimpl Default for FormData_pg_attribute
impl Default for FormData_pg_attribute
impl Copy for FormData_pg_attribute
Auto Trait Implementations
impl RefUnwindSafe for FormData_pg_attribute
impl Send for FormData_pg_attribute
impl Sync for FormData_pg_attribute
impl Unpin for FormData_pg_attribute
impl UnwindSafe for FormData_pg_attribute
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