Struct ctru_sys::ExitProcessEvent
source · #[repr(C)]pub struct ExitProcessEvent {
pub reason: ExitProcessEventReason,
}
Expand description
Event relating to the exiting of a process.
Fields§
§reason: ExitProcessEventReason
< Reason for exiting. See ExitProcessEventReason
Trait Implementations§
source§impl Clone for ExitProcessEvent
impl Clone for ExitProcessEvent
source§fn clone(&self) -> ExitProcessEvent
fn clone(&self) -> ExitProcessEvent
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