#[repr(C)]pub struct DBGUI_CREATE_PROCESS {
pub HandleToProcess: HANDLE,
pub HandleToThread: HANDLE,
pub NewProcess: DBGKM_CREATE_PROCESS,
}Fields§
§HandleToProcess: HANDLE§HandleToThread: HANDLE§NewProcess: DBGKM_CREATE_PROCESSTrait Implementations§
Source§impl Clone for DBGUI_CREATE_PROCESS
impl Clone for DBGUI_CREATE_PROCESS
Source§fn clone(&self) -> DBGUI_CREATE_PROCESS
fn clone(&self) -> DBGUI_CREATE_PROCESS
Returns a duplicate 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 DBGUI_CREATE_PROCESS
Auto Trait Implementations§
impl Freeze for DBGUI_CREATE_PROCESS
impl RefUnwindSafe for DBGUI_CREATE_PROCESS
impl !Send for DBGUI_CREATE_PROCESS
impl !Sync for DBGUI_CREATE_PROCESS
impl Unpin for DBGUI_CREATE_PROCESS
impl UnwindSafe for DBGUI_CREATE_PROCESS
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