Struct winapi::dbghelp::MODLOAD_PDBGUID_PDBAGE [] [src]

pub struct MODLOAD_PDBGUID_PDBAGE {
    pub PdbGuid: GUID,
    pub PdbAge: DWORD,
}

Fields

PdbGuid
PdbAge

Trait Implementations

Derived Implementations

impl Debug for MODLOAD_PDBGUID_PDBAGE

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

impl Copy for MODLOAD_PDBGUID_PDBAGE

impl Clone for MODLOAD_PDBGUID_PDBAGE

fn clone(&self) -> MODLOAD_PDBGUID_PDBAGE

fn clone_from(&mut self, source: &Self)