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

Trait Implementations§

source§

impl Clone for pgNotify

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for pgNotify

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for pgNotify