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