#[repr(C)]pub struct JPC_JobSystemThreadPool { /* private fields */ }
Trait Implementations§
Source§impl Clone for JPC_JobSystemThreadPool
impl Clone for JPC_JobSystemThreadPool
Source§fn clone(&self) -> JPC_JobSystemThreadPool
fn clone(&self) -> JPC_JobSystemThreadPool
Returns a duplicate 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 JPC_JobSystemThreadPool
impl Debug for JPC_JobSystemThreadPool
impl Copy for JPC_JobSystemThreadPool
Auto Trait Implementations§
impl Freeze for JPC_JobSystemThreadPool
impl RefUnwindSafe for JPC_JobSystemThreadPool
impl Send for JPC_JobSystemThreadPool
impl Sync for JPC_JobSystemThreadPool
impl Unpin for JPC_JobSystemThreadPool
impl UnwindSafe for JPC_JobSystemThreadPool
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