Struct ntapi::ntdbg::DBGUI_CREATE_THREAD  
source · [−]#[repr(C)]pub struct DBGUI_CREATE_THREAD {
    pub HandleToThread: HANDLE,
    pub NewThread: DBGKM_CREATE_THREAD,
}Fields
HandleToThread: HANDLENewThread: DBGKM_CREATE_THREADTrait Implementations
sourceimpl Clone for DBGUI_CREATE_THREAD
 
impl Clone for DBGUI_CREATE_THREAD
sourcefn clone(&self) -> DBGUI_CREATE_THREAD
 
fn clone(&self) -> DBGUI_CREATE_THREAD
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 DBGUI_CREATE_THREAD
Auto Trait Implementations
impl RefUnwindSafe for DBGUI_CREATE_THREAD
impl !Send for DBGUI_CREATE_THREAD
impl !Sync for DBGUI_CREATE_THREAD
impl Unpin for DBGUI_CREATE_THREAD
impl UnwindSafe for DBGUI_CREATE_THREAD
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