#[repr(C)]pub struct ExitThreadEvent {
pub reason: ExitThreadEventReason,
}Expand description
Event relating to the exiting of a thread.
Fields§
§reason: ExitThreadEventReason< Reason for exiting. See ExitThreadEventReason
Trait Implementations§
Source§impl Clone for ExitThreadEvent
impl Clone for ExitThreadEvent
Source§fn clone(&self) -> ExitThreadEvent
fn clone(&self) -> ExitThreadEvent
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExitThreadEvent
impl Debug for ExitThreadEvent
Source§impl Default for ExitThreadEvent
impl Default for ExitThreadEvent
impl Copy for ExitThreadEvent
Auto Trait Implementations§
impl Freeze for ExitThreadEvent
impl RefUnwindSafe for ExitThreadEvent
impl Send for ExitThreadEvent
impl Sync for ExitThreadEvent
impl Unpin for ExitThreadEvent
impl UnwindSafe for ExitThreadEvent
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)