Struct pgx_pg_sys::ParallelWorkerContext
source · [−]#[repr(C)]pub struct ParallelWorkerContext {
pub seg: *mut dsm_segment,
pub toc: *mut shm_toc,
}Fields
seg: *mut dsm_segmenttoc: *mut shm_tocTrait Implementations
sourceimpl Clone for ParallelWorkerContext
impl Clone for ParallelWorkerContext
sourcefn clone(&self) -> ParallelWorkerContext
fn clone(&self) -> ParallelWorkerContext
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 moresourceimpl Debug for ParallelWorkerContext
impl Debug for ParallelWorkerContext
sourceimpl Default for ParallelWorkerContext
impl Default for ParallelWorkerContext
impl Copy for ParallelWorkerContext
Auto Trait Implementations
impl RefUnwindSafe for ParallelWorkerContext
impl !Send for ParallelWorkerContext
impl !Sync for ParallelWorkerContext
impl Unpin for ParallelWorkerContext
impl UnwindSafe for ParallelWorkerContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more