Struct object::pe::ImageArchitectureEntry
source · #[repr(C)]pub struct ImageArchitectureEntry {
pub fixup_inst_rva: U32<LE>,
pub new_inst: U32<LE>,
}
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 moresource§impl Debug for ImageArchitectureEntry
impl Debug for ImageArchitectureEntry
impl Copy for ImageArchitectureEntry
impl Pod for ImageArchitectureEntry
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more