Struct winapi::psapi::MODULEINFO [] [src]

pub struct MODULEINFO {
    pub lpBaseOfDll: LPVOID,
    pub SizeOfImage: DWORD,
    pub EntryPoint: LPVOID,
}

Fields

lpBaseOfDll
SizeOfImage
EntryPoint

Trait Implementations

impl Copy for MODULEINFO
[src]

impl Clone for MODULEINFO
[src]

fn clone(&self) -> MODULEINFO

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

Derived Implementations

impl Debug for MODULEINFO
[src]

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

Formats the value using the given formatter.