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: DWORD
EpilogueByteCount: BYTE
BranchDescriptorElementSize: BYTE
BranchDescriptorCount: WORD
Trait Implementations
Returns the “default value” for a type. Read more