Struct winapi::um::winnt::IMAGE_AUX_SYMBOL_Sym_FcnAry_Function [−][src]
#[repr(C)]pub struct IMAGE_AUX_SYMBOL_Sym_FcnAry_Function {
pub PointerToLinenumber: DWORD,
pub PointerToNextFunction: DWORD,
}
Fields
PointerToLinenumber: DWORD
PointerToNextFunction: DWORD
Trait Implementations
Returns the “default value” for a type. Read more