#[repr(C)]pub struct thread_states {
pub lock: ddsrt_mutex_t,
pub nthreads: u32,
pub ts: *mut thread_state1,
}
Fields§
§lock: ddsrt_mutex_t
§nthreads: u32
§ts: *mut thread_state1
Trait Implementations§
Source§impl Clone for thread_states
impl Clone for thread_states
Source§fn clone(&self) -> thread_states
fn clone(&self) -> thread_states
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 moreimpl Copy for thread_states
Auto Trait Implementations§
impl Freeze for thread_states
impl RefUnwindSafe for thread_states
impl !Send for thread_states
impl !Sync for thread_states
impl Unpin for thread_states
impl UnwindSafe for thread_states
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