Struct object::pe::ImagePrologueDynamicRelocationHeader
source · #[repr(C)]pub struct ImagePrologueDynamicRelocationHeader {
pub prologue_byte_count: u8,
}
Fields§
§prologue_byte_count: u8
Trait Implementations§
source§impl Clone for ImagePrologueDynamicRelocationHeader
impl Clone for ImagePrologueDynamicRelocationHeader
source§fn clone(&self) -> ImagePrologueDynamicRelocationHeader
fn clone(&self) -> ImagePrologueDynamicRelocationHeader
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 more