extern structstd.pdb.ModInfo[src]

Fields

unused1: u32
section_contr: SectionContribEntry
flags: u16
module_sym_stream: u16
sym_byte_size: u32
c11_byte_size: u32
c13_byte_size: u32
source_file_count: u16
padding: [2]u8
unused2: u32
source_file_name_index: u32
pdb_file_path_name_index: u32

Source Code

Source code
pub const ModInfo = extern struct {
    unused1: u32,
    section_contr: SectionContribEntry,
    flags: u16,
    module_sym_stream: u16,
    sym_byte_size: u32,
    c11_byte_size: u32,
    c13_byte_size: u32,
    source_file_count: u16,
    padding: [2]u8,
    unused2: u32,
    source_file_name_index: u32,
    pdb_file_path_name_index: u32,
    // These fields are variable length
    //module_name: char[],
    //obj_file_name: char[],
}