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