#[repr(C)]pub struct thread_pool_struct {
pub original_affinity: *mut c_void,
pub mutex: pthread_mutex_t,
pub tdata: *mut thread_pool_entry_struct,
pub length: slong,
}Fields§
§original_affinity: *mut c_void§mutex: pthread_mutex_t§tdata: *mut thread_pool_entry_struct§length: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for thread_pool_struct
impl RefUnwindSafe for thread_pool_struct
impl !Send for thread_pool_struct
impl !Sync for thread_pool_struct
impl Unpin for thread_pool_struct
impl UnsafeUnpin for thread_pool_struct
impl UnwindSafe for thread_pool_struct
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