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
pub type PGnotify = pgNotify;
struct PGnotify {
pub relname: *mut i8,
pub be_pid: i32,
pub extra: *mut i8,
pub next: *mut pgNotify,
}
relname: *mut i8
§be_pid: i32
§extra: *mut i8
§next: *mut pgNotify