#[repr(C)]pub struct DebugEventInfo {
pub type_: DebugEventType,
pub thread_id: u32_,
pub flags: u32_,
pub remnants: [u8_; 4],
pub __bindgen_anon_1: DebugEventInfo__bindgen_ty_1,
}Expand description
Information about a debug event.
Fields§
§type_: DebugEventType< Type of event. See DebugEventType
thread_id: u32_< ID of the thread.
flags: u32_< Flags. Bit0 means that svcContinueDebugEvent needs to be called for this event (except for EXIT PROCESS events, where this flag is disregarded).
remnants: [u8_; 4]< Always 0.
__bindgen_anon_1: DebugEventInfo__bindgen_ty_1Trait Implementations§
Source§impl Clone for DebugEventInfo
impl Clone for DebugEventInfo
Source§fn clone(&self) -> DebugEventInfo
fn clone(&self) -> DebugEventInfo
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 Default for DebugEventInfo
impl Default for DebugEventInfo
impl Copy for DebugEventInfo
Auto Trait Implementations§
impl Freeze for DebugEventInfo
impl RefUnwindSafe for DebugEventInfo
impl Send for DebugEventInfo
impl Sync for DebugEventInfo
impl Unpin for DebugEventInfo
impl UnwindSafe for DebugEventInfo
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)