Struct pgrx_pg_sys::ExecRowMark
source · #[repr(C)]pub struct ExecRowMark {
pub relation: Relation,
pub relid: Oid,
pub rti: Index,
pub prti: Index,
pub rowmarkId: Index,
pub markType: RowMarkType,
pub strength: LockClauseStrength,
pub waitPolicy: LockWaitPolicy,
pub ermActive: bool,
pub curCtid: ItemPointerData,
pub ermExtra: *mut c_void,
}
Fields§
§relation: Relation
§relid: Oid
§rti: Index
§prti: Index
§rowmarkId: Index
§markType: RowMarkType
§strength: LockClauseStrength
§waitPolicy: LockWaitPolicy
§ermActive: bool
§curCtid: ItemPointerData
§ermExtra: *mut c_void
Trait Implementations§
source§impl Clone for ExecRowMark
impl Clone for ExecRowMark
source§fn clone(&self) -> ExecRowMark
fn clone(&self) -> ExecRowMark
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