Struct pgx_pg_sys::ExecAuxRowMark
source · #[repr(C)]pub struct ExecAuxRowMark {
pub rowmark: *mut ExecRowMark,
pub ctidAttNo: AttrNumber,
pub toidAttNo: AttrNumber,
pub wholeAttNo: AttrNumber,
}Fields§
§rowmark: *mut ExecRowMark§ctidAttNo: AttrNumber§toidAttNo: AttrNumber§wholeAttNo: AttrNumberTrait Implementations§
source§impl Clone for ExecAuxRowMark
impl Clone for ExecAuxRowMark
source§fn clone(&self) -> ExecAuxRowMark
fn clone(&self) -> ExecAuxRowMark
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