Struct pgrx_pg_sys::SharedFileSet
source · #[repr(C)]pub struct SharedFileSet {
pub creator_pid: pid_t,
pub number: uint32,
pub mutex: slock_t,
pub refcnt: c_int,
pub ntablespaces: c_int,
pub tablespaces: [Oid; 8],
}
Fields§
§creator_pid: pid_t
§number: uint32
§mutex: slock_t
§refcnt: c_int
§ntablespaces: c_int
§tablespaces: [Oid; 8]
Trait Implementations§
source§fn clone(&self) -> SharedFileSet
fn clone(&self) -> SharedFileSet
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