Struct windows_sys::Win32::System::Diagnostics::Debug::DEBUG_EVENT
[−]#[repr(C)]pub struct DEBUG_EVENT {
pub dwDebugEventCode: DEBUG_EVENT_CODE,
pub dwProcessId: u32,
pub dwThreadId: u32,
pub u: DEBUG_EVENT_0,
}Expand description
Required features: "Win32_System_Diagnostics_Debug", "Win32_Foundation", "Win32_System_Threading"
Fields
dwDebugEventCode: DEBUG_EVENT_CODEdwProcessId: u32dwThreadId: u32u: DEBUG_EVENT_0Trait Implementations
impl Clone for DEBUG_EVENT
impl Clone for DEBUG_EVENT
impl Copy for DEBUG_EVENT
Auto Trait Implementations
impl RefUnwindSafe for DEBUG_EVENT
impl !Send for DEBUG_EVENT
impl !Sync for DEBUG_EVENT
impl Unpin for DEBUG_EVENT
impl UnwindSafe for DEBUG_EVENT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more