#[repr(C)]pub struct std_thread {
pub _Thr: _Thrd_t,
}Fields§
§_Thr: _Thrd_tImplementations§
Source§impl std_thread
impl std_thread
pub unsafe fn get_id(&self) -> std_thread_id
Trait Implementations§
Auto Trait Implementations§
impl Freeze for std_thread
impl RefUnwindSafe for std_thread
impl !Send for std_thread
impl !Sync for std_thread
impl Unpin for std_thread
impl UnwindSafe for std_thread
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