Struct pgrx_pg_sys::LogicalRepTupleData
source · #[repr(C)]pub struct LogicalRepTupleData {
pub colvalues: *mut StringInfoData,
pub colstatus: *mut c_char,
pub ncols: c_int,
}
Fields§
§colvalues: *mut StringInfoData
§colstatus: *mut c_char
§ncols: c_int
Trait Implementations§
source§impl Clone for LogicalRepTupleData
impl Clone for LogicalRepTupleData
source§fn clone(&self) -> LogicalRepTupleData
fn clone(&self) -> LogicalRepTupleData
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