pub struct NSTDThreadHandle { /* private fields */ }Available on crate feature
thread only.Expand description
A handle to a running thread.
Auto Trait Implementations§
impl Freeze for NSTDThreadHandle
impl RefUnwindSafe for NSTDThreadHandle
impl !Send for NSTDThreadHandle
impl !Sync for NSTDThreadHandle
impl Unpin for NSTDThreadHandle
impl UnwindSafe for NSTDThreadHandle
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