#[repr(C)]pub struct ParallelWorkerContext {
pub seg: *mut dsm_segment,
pub toc: *mut shm_toc,
}
Fields§
§seg: *mut dsm_segment
§toc: *mut shm_toc
Trait Implementations§
Source§impl Clone for ParallelWorkerContext
impl Clone for ParallelWorkerContext
Source§fn clone(&self) -> ParallelWorkerContext
fn clone(&self) -> ParallelWorkerContext
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 moreSource§impl Debug for ParallelWorkerContext
impl Debug for ParallelWorkerContext
Source§impl Default for ParallelWorkerContext
impl Default for ParallelWorkerContext
impl Copy for ParallelWorkerContext
Auto Trait Implementations§
impl Freeze for ParallelWorkerContext
impl RefUnwindSafe for ParallelWorkerContext
impl !Send for ParallelWorkerContext
impl !Sync for ParallelWorkerContext
impl Unpin for ParallelWorkerContext
impl UnwindSafe for ParallelWorkerContext
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