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
sourceimpl Clone for DEBUG_EVENT
impl Clone for DEBUG_EVENT
sourcefn clone(&self) -> DEBUG_EVENT
fn clone(&self) -> DEBUG_EVENT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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