#[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 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 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
impl Copy for DebuggerBreakExceptionEvent
Auto Trait Implementations§
impl Freeze for DebuggerBreakExceptionEvent
impl RefUnwindSafe for DebuggerBreakExceptionEvent
impl Send for DebuggerBreakExceptionEvent
impl Sync for DebuggerBreakExceptionEvent
impl Unpin for DebuggerBreakExceptionEvent
impl UnwindSafe for DebuggerBreakExceptionEvent
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)