Struct winapi::dbghelp::MODLOAD_DATA [] [src]

pub struct MODLOAD_DATA {
    pub ssize: DWORD,
    pub ssig: DWORD,
    pub data: PVOID,
    pub size: DWORD,
    pub flags: DWORD,
}

Fields

ssize: DWORD ssig: DWORD data: PVOID size: DWORD flags: DWORD

Trait Implementations

impl Debug for MODLOAD_DATA
[src]

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

Formats the value using the given formatter.

impl Copy for MODLOAD_DATA
[src]

impl Clone for MODLOAD_DATA
[src]

fn clone(&self) -> MODLOAD_DATA

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