[][src]Struct pgx_pg_sys::SharedFileSet

#[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

impl Clone for SharedFileSet[src]

impl Copy for SharedFileSet[src]

impl Debug for SharedFileSet[src]

impl Default for SharedFileSet[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.