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: DWORDBaseRelocSize: DWORDTrait Implementations
Returns the “default value” for a type. Read more