Struct pgrx_pg_sys::PROCLOCKTAG
source · #[repr(C)]pub struct PROCLOCKTAG {
pub myLock: *mut LOCK,
pub myProc: *mut PGPROC,
}Fields§
§myLock: *mut LOCK§myProc: *mut PGPROCTrait Implementations§
source§impl Clone for PROCLOCKTAG
impl Clone for PROCLOCKTAG
source§fn clone(&self) -> PROCLOCKTAG
fn clone(&self) -> PROCLOCKTAG
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