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