extern structstd.macho.build_tool_version[src]

Fields

tool: TOOL

enum for the tool

version: u32

version number of the tool

Source Code

Source code
pub const build_tool_version = extern struct {
    /// enum for the tool
    tool: TOOL,

    /// version number of the tool
    version: u32,
}