extern struct build_tool_version [src]
Fields
tool: TOOLenum for the tool
version: u32version number of the tool
Source
pub const build_tool_version = extern struct {
/// enum for the tool
tool: TOOL,
/// version number of the tool
version: u32,
}