Struct pq_sys::Struct_pgNotify [] [src]

#[repr(C)]
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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Struct_pgNotify
[src]

[src]

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