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

Trait Implementations

impl Copy for Struct_pgNotify
[src]

impl Clone for Struct_pgNotify
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_pgNotify
[src]

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