Struct pgrx_pg_sys::TransitionCaptureState
source · #[repr(C)]pub struct TransitionCaptureState {
pub tcs_delete_old_table: bool,
pub tcs_update_old_table: bool,
pub tcs_update_new_table: bool,
pub tcs_insert_new_table: bool,
pub tcs_original_insert_tuple: *mut TupleTableSlot,
pub tcs_private: *mut AfterTriggersTableData,
}
Fields§
§tcs_delete_old_table: bool
§tcs_update_old_table: bool
§tcs_update_new_table: bool
§tcs_insert_new_table: bool
§tcs_original_insert_tuple: *mut TupleTableSlot
§tcs_private: *mut AfterTriggersTableData
Trait Implementations§
source§impl Clone for TransitionCaptureState
impl Clone for TransitionCaptureState
source§fn clone(&self) -> TransitionCaptureState
fn clone(&self) -> TransitionCaptureState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more