Struct pq_sys::pg_conn[][src]

#[repr(C)]
pub struct pg_conn(_);

Trait Implementations

impl Debug for pg_conn
[src]

Formats the value using the given formatter. Read more

impl Copy for pg_conn
[src]

impl Clone for pg_conn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for pg_conn

impl Sync for pg_conn