#[repr(C)]pub struct _DEBUG_EVENT {
pub dwDebugEventCode: DWORD,
pub dwProcessId: DWORD,
pub dwThreadId: DWORD,
pub u: _DEBUG_EVENT__bindgen_ty_1,
}
Fields§
§dwDebugEventCode: DWORD
§dwProcessId: DWORD
§dwThreadId: DWORD
§u: _DEBUG_EVENT__bindgen_ty_1
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 moreimpl Copy for _DEBUG_EVENT
Auto Trait Implementations§
impl Freeze for _DEBUG_EVENT
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more