Struct pgrx_pg_sys::LOCALLOCKOWNER
source · #[repr(C)]pub struct LOCALLOCKOWNER {
pub owner: *mut ResourceOwnerData,
pub nLocks: int64,
}
Fields§
§owner: *mut ResourceOwnerData
§nLocks: int64
Trait Implementations§
source§impl Clone for LOCALLOCKOWNER
impl Clone for LOCALLOCKOWNER
source§fn clone(&self) -> LOCALLOCKOWNER
fn clone(&self) -> LOCALLOCKOWNER
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