Struct win_sys::SystemServices::IMAGE_SEPARATE_DEBUG_HEADER [−][src]
#[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: u16Flags: u16Machine: u16Characteristics: u16TimeDateStamp: u32CheckSum: u32ImageBase: u32SizeOfImage: u32NumberOfSections: u32ExportedNamesSize: u32DebugDirectorySize: u32SectionAlignment: u32Reserved: [u32; 2]Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for IMAGE_SEPARATE_DEBUG_HEADER
impl Send for IMAGE_SEPARATE_DEBUG_HEADER
impl Sync for IMAGE_SEPARATE_DEBUG_HEADER
impl Unpin for IMAGE_SEPARATE_DEBUG_HEADER
impl UnwindSafe for IMAGE_SEPARATE_DEBUG_HEADER
Blanket Implementations
Mutably borrows from an owned value. Read more