Struct pgx_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_tnumber: uint32mutex: slock_trefcnt: c_intntablespaces: c_inttablespaces: [Oid; 8]Trait Implementations
sourcefn clone(&self) -> SharedFileSet
fn clone(&self) -> SharedFileSet
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourcefn default() -> SharedFileSet
fn default() -> SharedFileSet
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more