Struct winapi::minwinbase::LOAD_DLL_DEBUG_INFO
[−]
[src]
pub struct LOAD_DLL_DEBUG_INFO {
pub hFile: HANDLE,
pub lpBaseOfDll: LPVOID,
pub dwDebugInfoFileOffset: DWORD,
pub nDebugInfoSize: DWORD,
pub lpImageName: LPVOID,
pub fUnicode: WORD,
}Fields
hFile | |
lpBaseOfDll | |
dwDebugInfoFileOffset | |
nDebugInfoSize | |
lpImageName | |
fUnicode |
Trait Implementations
impl Copy for LOAD_DLL_DEBUG_INFO[src]
impl Clone for LOAD_DLL_DEBUG_INFO[src]
fn clone(&self) -> LOAD_DLL_DEBUG_INFO
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more