Struct winapi::um::minwinbase::DEBUG_EVENT
source · #[repr(C)]pub struct DEBUG_EVENT {
pub dwDebugEventCode: DWORD,
pub dwProcessId: DWORD,
pub dwThreadId: DWORD,
pub u: DEBUG_EVENT_u,
}
Fields§
§dwDebugEventCode: DWORD
§dwProcessId: DWORD
§dwThreadId: DWORD
§u: DEBUG_EVENT_u
Trait Implementations§
source§impl Clone for DEBUG_EVENT
impl Clone for DEBUG_EVENT
source§fn clone(&self) -> DEBUG_EVENT
fn clone(&self) -> DEBUG_EVENT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for DEBUG_EVENT
impl Default for DEBUG_EVENT
source§fn default() -> DEBUG_EVENT
fn default() -> DEBUG_EVENT
Returns the “default value” for a type. Read more