Struct pq_sys::Struct_pgNotify [] [src]

pub struct Struct_pgNotify {
    pub relname: *mut c_char,
    pub be_pid: c_int,
    pub extra: *mut c_char,
    pub next: *mut Struct_pgNotify,
}

Fields

relname
be_pid
extra
next

Trait Implementations

impl Clone for Struct_pgNotify

fn clone(&self) -> Self

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

impl Default for Struct_pgNotify

fn default() -> Self

Derived Implementations

impl Copy for Struct_pgNotify