Struct DEBUG_EVENT
#[repr(C)]pub struct DEBUG_EVENT {
pub dwDebugEventCode: DEBUG_EVENT_CODE,
pub dwProcessId: u32,
pub dwThreadId: u32,
pub u: DEBUG_EVENT_0,
}
Fields§
§dwDebugEventCode: DEBUG_EVENT_CODE
§dwProcessId: u32
§dwThreadId: u32
§u: DEBUG_EVENT_0
Trait Implementations§
§impl Clone for DEBUG_EVENT
impl Clone for DEBUG_EVENT
§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