Type Alias 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) -> pgresAttDesc

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