Struct rpgffi::tupleDesc [] [src]

#[repr(C)]
pub struct tupleDesc { pub natts: c_int, pub attrs: *mut Form_pg_attribute, pub constr: *mut TupleConstr, pub tdtypeid: Oid, pub tdtypmod: int32, pub tdhasoid: bool_, pub tdrefcount: c_int, }

Fields

Trait Implementations

impl Copy for tupleDesc
[src]

impl Clone for tupleDesc
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more