#[repr(C)]pub struct ParallelWorkerInfo {
pub bgwhandle: *mut BackgroundWorkerHandle,
pub error_mqh: *mut shm_mq_handle,
pub pid: int32,
}
Fields§
§bgwhandle: *mut BackgroundWorkerHandle
§error_mqh: *mut shm_mq_handle
§pid: int32
Trait Implementations§
Source§impl Clone for ParallelWorkerInfo
impl Clone for ParallelWorkerInfo
Source§fn clone(&self) -> ParallelWorkerInfo
fn clone(&self) -> ParallelWorkerInfo
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 ParallelWorkerInfo
impl Debug for ParallelWorkerInfo
Source§impl Default for ParallelWorkerInfo
impl Default for ParallelWorkerInfo
impl Copy for ParallelWorkerInfo
Auto Trait Implementations§
impl Freeze for ParallelWorkerInfo
impl RefUnwindSafe for ParallelWorkerInfo
impl !Send for ParallelWorkerInfo
impl !Sync for ParallelWorkerInfo
impl Unpin for ParallelWorkerInfo
impl UnwindSafe for ParallelWorkerInfo
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