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: *mut c_char be_pid: c_int extra: *mut c_char next: *mut Struct_pgNotify

Trait Implementations

impl Copy for Struct_pgNotify
[src]

impl Clone for Struct_pgNotify
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Default for Struct_pgNotify
[src]

fn default() -> Self

Returns the "default value" for a type. Read more