Struct pq_sys::pgNotify[][src]

#[repr(C)]
pub struct pgNotify { pub relname: *mut c_char, pub be_pid: c_int, pub extra: *mut c_char, pub next: *mut pgNotify, }

Fields

Trait Implementations

impl Debug for pgNotify
[src]

Formats the value using the given formatter. Read more

impl Copy for pgNotify
[src]

impl Clone for pgNotify
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for pgNotify

impl !Sync for pgNotify