Struct goblin::pe::optional_header::WindowsFields64[][src]

#[repr(C)]
pub struct WindowsFields64 {
Show fields pub image_base: u64, pub section_alignment: u32, pub file_alignment: u32, pub major_operating_system_version: u16, pub minor_operating_system_version: u16, pub major_image_version: u16, pub minor_image_version: u16, pub major_subsystem_version: u16, pub minor_subsystem_version: u16, pub win32_version_value: u32, pub size_of_image: u32, pub size_of_headers: u32, pub check_sum: u32, pub subsystem: u16, pub dll_characteristics: u16, pub size_of_stack_reserve: u64, pub size_of_stack_commit: u64, pub size_of_heap_reserve: u64, pub size_of_heap_commit: u64, pub loader_flags: u32, pub number_of_rva_and_sizes: u32,
}
Expand description

64-bit Windows specific fields

Fields

image_base: u64section_alignment: u32file_alignment: u32major_operating_system_version: u16minor_operating_system_version: u16major_image_version: u16minor_image_version: u16major_subsystem_version: u16minor_subsystem_version: u16win32_version_value: u32size_of_image: u32size_of_headers: u32check_sum: u32subsystem: u16dll_characteristics: u16size_of_stack_reserve: u64size_of_stack_commit: u64size_of_heap_reserve: u64size_of_heap_commit: u64loader_flags: u32number_of_rva_and_sizes: u32

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

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.