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
impl Clone for ImageArchitectureEntry
[src]
impl Clone for ImageArchitectureEntry
[src]fn clone(&self) -> ImageArchitectureEntry
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ImageArchitectureEntry
[src]
impl Pod for ImageArchitectureEntry
[src]
Auto Trait Implementations
impl Send for ImageArchitectureEntry
impl Sync for ImageArchitectureEntry
impl Unpin for ImageArchitectureEntry
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.