Struct winapi::um::winnt::IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER [−][src]
#[repr(C)]#[repr(packed)]pub struct IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER {
pub EpilogueCount: DWORD,
pub EpilogueByteCount: BYTE,
pub BranchDescriptorElementSize: BYTE,
pub BranchDescriptorCount: WORD,
}Fields
EpilogueCount: DWORDEpilogueByteCount: BYTEBranchDescriptorElementSize: BYTEBranchDescriptorCount: WORDTrait Implementations
Returns the “default value” for a type. Read more