#[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: Oid

Implementations

Helper implementation for FormData_pg_attribute

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.