Struct ntapi::ntdbg::DBGKM_CREATE_PROCESS
source · [−]#[repr(C)]pub struct DBGKM_CREATE_PROCESS {
pub SubSystemKey: ULONG,
pub FileHandle: HANDLE,
pub BaseOfImage: PVOID,
pub DebugInfoFileOffset: ULONG,
pub DebugInfoSize: ULONG,
pub InitialThread: DBGKM_CREATE_THREAD,
}
Fields
SubSystemKey: ULONG
FileHandle: HANDLE
BaseOfImage: PVOID
DebugInfoFileOffset: ULONG
DebugInfoSize: ULONG
InitialThread: DBGKM_CREATE_THREAD
Trait Implementations
sourceimpl Clone for DBGKM_CREATE_PROCESS
impl Clone for DBGKM_CREATE_PROCESS
sourcefn clone(&self) -> DBGKM_CREATE_PROCESS
fn clone(&self) -> DBGKM_CREATE_PROCESS
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 DBGKM_CREATE_PROCESS
Auto Trait Implementations
impl RefUnwindSafe for DBGKM_CREATE_PROCESS
impl !Send for DBGKM_CREATE_PROCESS
impl !Sync for DBGKM_CREATE_PROCESS
impl Unpin for DBGKM_CREATE_PROCESS
impl UnwindSafe for DBGKM_CREATE_PROCESS
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