structstd.Build.Step.ObjCopy.SetSectionFlags[src]

Fields

section_name: []const u8
flags: SectionFlags

Source Code

Source code
pub const SetSectionFlags = struct {
    section_name: []const u8,
    flags: SectionFlags,
}