extern structstd.pdb.DebugSubsectionHeader[src]

Fields

kind: DebugSubsectionKind

codeview::DebugSubsectionKind enum

length: u32

number of bytes occupied by this record.

Source Code

Source code
pub const DebugSubsectionHeader = extern struct {
    /// codeview::DebugSubsectionKind enum
    kind: DebugSubsectionKind,

    /// number of bytes occupied by this record.
    length: u32,
}