Type Alias pq_sys::PGnotify

source ·
pub type PGnotify = pgNotify;

Aliased Type§

struct PGnotify {
    pub relname: *mut i8,
    pub be_pid: i32,
    pub extra: *mut i8,
    pub next: *mut pgNotify,
}

Fields§

§relname: *mut i8§be_pid: i32§extra: *mut i8§next: *mut pgNotify