extern struct DebugSubsectionHeader [src]
Fields
kind: DebugSubsectionKindcodeview::DebugSubsectionKind enum
length: u32number of bytes occupied by this record.
Source
pub const DebugSubsectionHeader = extern struct {
/// codeview::DebugSubsectionKind enum
kind: DebugSubsectionKind,
/// number of bytes occupied by this record.
length: u32,
}