Struct winapi::um::winnt::IMAGE_RELOCATION [−][src]
#[repr(C)]pub struct IMAGE_RELOCATION {
pub u: IMAGE_RELOCATION_u,
pub SymbolTableIndex: DWORD,
pub Type: WORD,
}Fields
u: IMAGE_RELOCATION_uSymbolTableIndex: DWORDType: WORDTrait Implementations
Returns the “default value” for a type. Read more