Struct winapi::um::minwinbase::UNLOAD_DLL_DEBUG_INFO
source · #[repr(C)]pub struct UNLOAD_DLL_DEBUG_INFO {
pub lpBaseOfDll: LPVOID,
}
Fields§
§lpBaseOfDll: LPVOID
Trait Implementations§
source§impl Clone for UNLOAD_DLL_DEBUG_INFO
impl Clone for UNLOAD_DLL_DEBUG_INFO
source§fn clone(&self) -> UNLOAD_DLL_DEBUG_INFO
fn clone(&self) -> UNLOAD_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 UNLOAD_DLL_DEBUG_INFO
impl Default for UNLOAD_DLL_DEBUG_INFO
source§fn default() -> UNLOAD_DLL_DEBUG_INFO
fn default() -> UNLOAD_DLL_DEBUG_INFO
Returns the “default value” for a type. Read more