pub struct Thread<'a>(/* private fields */);
Available on macOS and crate feature
macos_11_0_0
only.Expand description
Information related to a thread.
Implementations§
Trait Implementations§
impl<'a> Eq for Thread<'a>
impl Send for Thread<'_>
Auto Trait Implementations§
impl<'a> Freeze for Thread<'a>
impl<'a> RefUnwindSafe for Thread<'a>
impl<'a> Sync for Thread<'a>
impl<'a> Unpin for Thread<'a>
impl<'a> UnwindSafe for Thread<'a>
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