Struct rpgffi::LogicalDecodingContext [] [src]

#[repr(C)]
pub struct LogicalDecodingContext { pub context: MemoryContext, pub reader: *mut XLogReaderState, pub slot: *mut ReplicationSlot, pub reorder: *mut ReorderBuffer, pub snapshot_builder: *mut SnapBuild, pub callbacks: OutputPluginCallbacks, pub options: OutputPluginOptions, pub output_plugin_options: *mut List, pub prepare_write: LogicalOutputPluginWriterPrepareWrite, pub write: LogicalOutputPluginWriterWrite, pub out: StringInfo, pub output_plugin_private: *mut c_void, pub output_writer_private: *mut c_void, pub accept_writes: bool_, pub prepared_write: bool_, pub write_location: XLogRecPtr, pub write_xid: TransactionId, }

Fields

Trait Implementations

impl Copy for LogicalDecodingContext
[src]

impl Clone for LogicalDecodingContext
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more