Struct pq_sys::pg_cancel[][src]

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

Trait Implementations

impl Debug for pg_cancel
[src]

Formats the value using the given formatter. Read more

impl Copy for pg_cancel
[src]

impl Clone for pg_cancel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for pg_cancel

impl Sync for pg_cancel