Struct pq_sys::Struct_pgresAttDesc [] [src]

pub struct Struct_pgresAttDesc {
    pub name: *mut c_char,
    pub tableid: Oid,
    pub columnid: c_int,
    pub format: c_int,
    pub typid: Oid,
    pub typlen: c_int,
    pub atttypmod: c_int,
}

Fields

name
tableid
columnid
format
typid
typlen
atttypmod

Trait Implementations

impl Clone for Struct_pgresAttDesc

fn clone(&self) -> Self

1.0.0fn clone_from(&mut self, source: &Self)

impl Default for Struct_pgresAttDesc

fn default() -> Self

Derived Implementations

impl Copy for Struct_pgresAttDesc