Struct object::pe::ImageEpilogueDynamicRelocationHeader [−][src]
#[repr(C)]pub struct ImageEpilogueDynamicRelocationHeader {
pub epilogue_count: U32Bytes<LE>,
pub epilogue_byte_count: u8,
pub branch_descriptor_element_size: u8,
pub branch_descriptor_count: U16Bytes<LE>,
}
Fields
epilogue_count: U32Bytes<LE>
epilogue_byte_count: u8
branch_descriptor_element_size: u8
branch_descriptor_count: U16Bytes<LE>
Trait Implementations
Auto Trait Implementations
impl Send for ImageEpilogueDynamicRelocationHeader
impl Sync for ImageEpilogueDynamicRelocationHeader
Blanket Implementations
Mutably borrows from an owned value. Read more