Struct object::pe::ImageArchitectureEntry [−][src]
Fields
fixup_inst_rva: U32<LE>
RVA of instruction to fixup
new_inst: U32<LE>
fixup instruction (see alphaops.h)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImageArchitectureEntry
impl Send for ImageArchitectureEntry
impl Sync for ImageArchitectureEntry
impl Unpin for ImageArchitectureEntry
impl UnwindSafe for ImageArchitectureEntry
Blanket Implementations
Mutably borrows from an owned value. Read more