#[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 moreAuto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more