#[repr(C)]
pub struct IMAGE_SEPARATE_DEBUG_HEADER {
Show 13 fields pub Signature: u16, pub Flags: u16, pub Machine: u16, pub Characteristics: u16, pub TimeDateStamp: u32, pub CheckSum: u32, pub ImageBase: u32, pub SizeOfImage: u32, pub NumberOfSections: u32, pub ExportedNamesSize: u32, pub DebugDirectorySize: u32, pub SectionAlignment: u32, pub Reserved: [u32; 2],
}
Expand description

Required features: "Win32_System_SystemServices"

Fields§

§Signature: u16§Flags: u16§Machine: u16§Characteristics: u16§TimeDateStamp: u32§CheckSum: u32§ImageBase: u32§SizeOfImage: u32§NumberOfSections: u32§ExportedNamesSize: u32§DebugDirectorySize: u32§SectionAlignment: u32§Reserved: [u32; 2]

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. 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.

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.