Struct winapi::minwinbase::UNLOAD_DLL_DEBUG_INFO [] [src]

pub struct UNLOAD_DLL_DEBUG_INFO {
    pub lpBaseOfDll: LPVOID,
}

Fields

lpBaseOfDll: LPVOID

Trait Implementations

impl Debug for UNLOAD_DLL_DEBUG_INFO
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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