Struct winapi::um::minwinbase::LOAD_DLL_DEBUG_INFO
source · #[repr(C)]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: HANDLE
§lpBaseOfDll: LPVOID
§dwDebugInfoFileOffset: DWORD
§nDebugInfoSize: DWORD
§lpImageName: LPVOID
§fUnicode: WORD
Trait Implementations§
source§impl Clone for LOAD_DLL_DEBUG_INFO
impl Clone for LOAD_DLL_DEBUG_INFO
source§fn clone(&self) -> LOAD_DLL_DEBUG_INFO
fn clone(&self) -> LOAD_DLL_DEBUG_INFO
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 moresource§impl Default for LOAD_DLL_DEBUG_INFO
impl Default for LOAD_DLL_DEBUG_INFO
source§fn default() -> LOAD_DLL_DEBUG_INFO
fn default() -> LOAD_DLL_DEBUG_INFO
Returns the “default value” for a type. Read more