Struct object::pe::ImageArchitectureEntry
source · Fields§
§fixup_inst_rva: U32<LE>
RVA of instruction to fixup
new_inst: U32<LE>
fixup instruction (see alphaops.h)
Trait Implementations§
source§impl Clone for ImageArchitectureEntry
impl Clone for ImageArchitectureEntry
source§fn clone(&self) -> ImageArchitectureEntry
fn clone(&self) -> ImageArchitectureEntry
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