Struct pq_sys::_PQconninfoOption[][src]

#[repr(C)]
pub struct _PQconninfoOption { pub keyword: *mut c_char, pub envvar: *mut c_char, pub compiled: *mut c_char, pub val: *mut c_char, pub label: *mut c_char, pub dispchar: *mut c_char, pub dispsize: c_int, }

Fields

Trait Implementations

impl Debug for _PQconninfoOption
[src]

Formats the value using the given formatter. Read more

impl Copy for _PQconninfoOption
[src]

impl Clone for _PQconninfoOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations