Type Alias pq_sys::PQprintOpt

source ·
pub type PQprintOpt = _PQprintOpt;

Aliased Type§

struct PQprintOpt {
    pub header: i8,
    pub align: i8,
    pub standard: i8,
    pub html3: i8,
    pub expanded: i8,
    pub pager: i8,
    pub fieldSep: *mut i8,
    pub tableOpt: *mut i8,
    pub caption: *mut i8,
    pub fieldName: *mut *mut i8,
}

Fields§

§header: i8§align: i8§standard: i8§html3: i8§expanded: i8§pager: i8§fieldSep: *mut i8§tableOpt: *mut i8§caption: *mut i8§fieldName: *mut *mut i8

Trait Implementations§

source§

impl Clone for _PQprintOpt

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 _PQprintOpt

source§

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

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

impl Copy for _PQprintOpt