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