Struct pq_sys::Struct__PQprintOpt [] [src]

pub struct Struct__PQprintOpt {
    pub header: pqbool,
    pub align: pqbool,
    pub standard: pqbool,
    pub html3: pqbool,
    pub expanded: pqbool,
    pub pager: pqbool,
    pub fieldSep: *mut c_char,
    pub tableOpt: *mut c_char,
    pub caption: *mut c_char,
    pub fieldName: *mut *mut c_char,
}

Fields

header: pqbool align: pqbool standard: pqbool html3: pqbool expanded: pqbool pager: pqbool fieldSep: *mut c_char tableOpt: *mut c_char caption: *mut c_char fieldName: *mut *mut c_char

Trait Implementations

impl Copy for Struct__PQprintOpt
[src]

impl Clone for Struct__PQprintOpt
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Default for Struct__PQprintOpt
[src]

fn default() -> Self

Returns the "default value" for a type. Read more