Type Alias 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) -> pgNotify

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