#[repr(C)]pub struct _ImageArchitectureEntry {
pub FixupInstRVA: DWORD,
pub NewInst: DWORD,
}
Fields§
§FixupInstRVA: DWORD
§NewInst: DWORD
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
Source§impl Ord for _ImageArchitectureEntry
impl Ord for _ImageArchitectureEntry
Source§fn cmp(&self, other: &_ImageArchitectureEntry) -> Ordering
fn cmp(&self, other: &_ImageArchitectureEntry) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for _ImageArchitectureEntry
impl PartialEq for _ImageArchitectureEntry
Source§impl PartialOrd for _ImageArchitectureEntry
impl PartialOrd for _ImageArchitectureEntry
impl Copy for _ImageArchitectureEntry
impl Eq for _ImageArchitectureEntry
impl StructuralPartialEq for _ImageArchitectureEntry
Auto Trait Implementations§
impl Freeze for _ImageArchitectureEntry
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