Struct winapi::um::winnt::IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER
source · #[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§
source§impl Clone for IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER
impl Clone for IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER
source§fn clone(&self) -> IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER
fn clone(&self) -> IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER
impl Default for IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER
source§fn default() -> IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER
fn default() -> IMAGE_EPILOGUE_DYNAMIC_RELOCATION_HEADER
Returns the “default value” for a type. Read more