Struct win_sys::SystemServices::IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER [−][src]
#[repr(C, packed(1))]pub struct IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER {
pub EpilogueCount: u32,
pub EpilogueByteCount: u8,
pub BranchDescriptorElementSize: u8,
pub BranchDescriptorCount: u16,
}Expand description
Required features: Win32_System_SystemServices
Fields
EpilogueCount: u32EpilogueByteCount: u8BranchDescriptorElementSize: u8BranchDescriptorCount: u16Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more