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_u
SymbolTableIndex: DWORD
Type: WORD
Trait Implementations
Returns the “default value” for a type. Read more