Struct ctru_sys::DebuggerBreakExceptionEvent
source · #[repr(C)]pub struct DebuggerBreakExceptionEvent {
pub thread_ids: [s32; 4],
}
Expand description
Event relating to svcBreakDebugProcess
Fields§
§thread_ids: [s32; 4]
< IDs of the attached process’s threads that were running on each core at the time of the svcBreakDebugProcess call, or -1 (only the first 2 values are meaningful on O3DS).
Trait Implementations§
source§impl Clone for DebuggerBreakExceptionEvent
impl Clone for DebuggerBreakExceptionEvent
source§fn clone(&self) -> DebuggerBreakExceptionEvent
fn clone(&self) -> DebuggerBreakExceptionEvent
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 moresource§impl Debug for DebuggerBreakExceptionEvent
impl Debug for DebuggerBreakExceptionEvent
source§impl Default for DebuggerBreakExceptionEvent
impl Default for DebuggerBreakExceptionEvent
source§fn default() -> DebuggerBreakExceptionEvent
fn default() -> DebuggerBreakExceptionEvent
Returns the “default value” for a type. Read more