#[repr(C)]pub struct _thread_base {
    pub __bindgen_anon_1: _thread_base__bindgen_ty_1,
    pub pended_on: *mut _wait_q_t,
    pub user_options: u8,
    pub thread_state: u8,
    pub __bindgen_anon_2: _thread_base__bindgen_ty_2,
    pub swap_data: *mut c_void,
    pub timeout: _timeout,
}Fields§
§__bindgen_anon_1: _thread_base__bindgen_ty_1§pended_on: *mut _wait_q_t§user_options: u8§thread_state: u8§__bindgen_anon_2: _thread_base__bindgen_ty_2§swap_data: *mut c_void§timeout: _timeoutTrait Implementations§
Auto Trait Implementations§
impl Freeze for _thread_base
impl RefUnwindSafe for _thread_base
impl !Send for _thread_base
impl !Sync for _thread_base
impl Unpin for _thread_base
impl UnwindSafe for _thread_base
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