Struct rpgffi::OutputPluginCallbacks [] [src]

#[repr(C)]
pub struct OutputPluginCallbacks { pub startup_cb: LogicalDecodeStartupCB, pub begin_cb: LogicalDecodeBeginCB, pub change_cb: LogicalDecodeChangeCB, pub commit_cb: LogicalDecodeCommitCB, pub message_cb: LogicalDecodeMessageCB, pub filter_by_origin_cb: LogicalDecodeFilterByOriginCB, pub shutdown_cb: LogicalDecodeShutdownCB, }

Fields

Trait Implementations

impl Copy for OutputPluginCallbacks
[src]

impl Clone for OutputPluginCallbacks
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more