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

#[repr(C)]
pub struct WindowsFields { pub image_base: u32, 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: u32, pub size_of_stack_commit: u32, pub size_of_heap_reserve: u32, pub size_of_heap_commit: u32, pub loader_flags: u32, pub number_of_rva_and_sizes: u32, }

Windows specific fields

Fields

Methods

impl WindowsFields
[src]

Trait Implementations

impl Debug for WindowsFields
[src]

Formats the value using the given formatter.

impl PartialEq for WindowsFields
[src]

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

This method tests for !=.

impl Copy for WindowsFields
[src]

impl Clone for WindowsFields
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for WindowsFields
[src]

Returns the "default value" for a type. Read more