PGnotify

Type Alias PGnotify 

Source
pub type PGnotify = pgNotify;

Aliased Type§

#[repr(C)]
pub 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