#[repr(C)]
pub struct ImageCor20Header { pub cb: U32<LE>, pub major_runtime_version: U16<LE>, pub minor_runtime_version: U16<LE>, pub meta_data: ImageDataDirectory, pub flags: U32<LE>, pub entry_point_token_or_rva: U32<LE>, pub resources: ImageDataDirectory, pub strong_name_signature: ImageDataDirectory, pub code_manager_table: ImageDataDirectory, pub vtable_fixups: ImageDataDirectory, pub export_address_table_jumps: ImageDataDirectory, pub managed_native_header: ImageDataDirectory, }

Fields

cb: U32<LE>major_runtime_version: U16<LE>minor_runtime_version: U16<LE>meta_data: ImageDataDirectoryflags: U32<LE>entry_point_token_or_rva: U32<LE>resources: ImageDataDirectorystrong_name_signature: ImageDataDirectorycode_manager_table: ImageDataDirectoryvtable_fixups: ImageDataDirectoryexport_address_table_jumps: ImageDataDirectorymanaged_native_header: ImageDataDirectory

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

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)

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.