Struct ctru_sys::ExitThreadEvent
source · #[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 copy 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 more