Struct winapi::minwinbase::UNLOAD_DLL_DEBUG_INFO
[−]
[src]
pub struct UNLOAD_DLL_DEBUG_INFO {
pub lpBaseOfDll: LPVOID,
}Fields
lpBaseOfDll |
Trait Implementations
impl Copy for UNLOAD_DLL_DEBUG_INFO[src]
impl Clone for UNLOAD_DLL_DEBUG_INFO[src]
fn clone(&self) -> UNLOAD_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