#[repr(C)]
pub struct IMAGE_OPTIONAL_HEADER64 {
Show 26 fields pub Magic: u16, pub LinkerVersion: IMAGE_VERSION<u8>, pub SizeOfCode: u32, pub SizeOfInitializedData: u32, pub SizeOfUninitializedData: u32, pub AddressOfEntryPoint: u32, pub BaseOfCode: u32, pub ImageBase: u64, pub SectionAlignment: u32, pub FileAlignment: u32, pub OperatingSystemVersion: IMAGE_VERSION<u16>, pub ImageVersion: IMAGE_VERSION<u16>, pub SubsystemVersion: IMAGE_VERSION<u16>, pub Win32VersionValue: u32, pub SizeOfImage: u32, pub SizeOfHeaders: u32, pub CheckSum: u32, pub Subsystem: u16, pub DllCharacteristics: u16, pub SizeOfStackReserve: u64, pub SizeOfStackCommit: u64, pub SizeOfHeapReserve: u64, pub SizeOfHeapCommit: u64, pub LoaderFlags: u32, pub NumberOfRvaAndSizes: u32, pub DataDirectory: [IMAGE_DATA_DIRECTORY; 0],
}

Fields

Magic: u16LinkerVersion: IMAGE_VERSION<u8>SizeOfCode: u32SizeOfInitializedData: u32SizeOfUninitializedData: u32AddressOfEntryPoint: u32BaseOfCode: u32ImageBase: u64SectionAlignment: u32FileAlignment: u32OperatingSystemVersion: IMAGE_VERSION<u16>ImageVersion: IMAGE_VERSION<u16>SubsystemVersion: IMAGE_VERSION<u16>Win32VersionValue: u32SizeOfImage: u32SizeOfHeaders: u32CheckSum: u32Subsystem: u16DllCharacteristics: u16SizeOfStackReserve: u64SizeOfStackCommit: u64SizeOfHeapReserve: u64SizeOfHeapCommit: u64LoaderFlags: u32NumberOfRvaAndSizes: u32DataDirectory: [IMAGE_DATA_DIRECTORY; 0]

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Returns a zero-initialized instance of the type.
Returns the object’s memory as a byte slice.
Returns the object’s memory as a mutable byte slice.
Returns a data view into the object’s memory.
Returns a mutable data view into the object’s memory.
The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.