Struct rpgffi::FormData_pg_index [] [src]

#[repr(C)]
pub struct FormData_pg_index { pub indexrelid: Oid, pub indrelid: Oid, pub indnatts: int16, pub indisunique: bool_, pub indisprimary: bool_, pub indisexclusion: bool_, pub indimmediate: bool_, pub indisclustered: bool_, pub indisvalid: bool_, pub indcheckxmin: bool_, pub indisready: bool_, pub indislive: bool_, pub indisreplident: bool_, pub indkey: int2vector, }

Fields

Trait Implementations

impl Copy for FormData_pg_index
[src]

impl Clone for FormData_pg_index
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more