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

Fields

section_name: []const u8
alignment: u32

Source Code

Source code
pub const SetSectionAlignment = struct {
    section_name: []const u8,
    alignment: u32,
}