Type Alias pq_sys::PGresAttDesc

source ·
pub type PGresAttDesc = pgresAttDesc;

Aliased Type§

struct PGresAttDesc {
    pub name: *mut i8,
    pub tableid: u32,
    pub columnid: i32,
    pub format: i32,
    pub typid: u32,
    pub typlen: i32,
    pub atttypmod: i32,
}

Fields§

§name: *mut i8§tableid: u32§columnid: i32§format: i32§typid: u32§typlen: i32§atttypmod: i32

Trait Implementations§

source§

impl Clone for pgresAttDesc

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

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

Performs copy-assignment from source. Read more
source§

impl Debug for pgresAttDesc

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for pgresAttDesc