Struct pgrx_pg_sys::LockInfoData
source · #[repr(C)]pub struct LockInfoData {
pub lockRelId: LockRelId,
}
Fields§
§lockRelId: LockRelId
Trait Implementations§
source§impl Clone for LockInfoData
impl Clone for LockInfoData
source§fn clone(&self) -> LockInfoData
fn clone(&self) -> LockInfoData
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