Struct rpgffi::ForeignKeyOptInfo [] [src]

#[repr(C)]
pub struct ForeignKeyOptInfo { pub type_: NodeTag, pub con_relid: Index, pub ref_relid: Index, pub nkeys: c_int, pub conkey: [AttrNumber; 32], pub confkey: [AttrNumber; 32], pub conpfeqop: [Oid; 32], pub nmatched_ec: c_int, pub nmatched_rcols: c_int, pub nmatched_ri: c_int, pub eclass: [*mut EquivalenceClass; 32], pub rinfos: [*mut List; 32], }

Fields

Trait Implementations

impl Copy for ForeignKeyOptInfo
[src]

impl Clone for ForeignKeyOptInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more