<main><divclass="width-limiter"><navclass="sub"><formclass="search-form"><span></span><divid="sidebar-button"tabindex="-1"><ahref="../../inkwell/all.html"title="show sidebar"></a></div><inputclass="search-input"name="search"aria-label="Run search in the documentation"autocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"><divid="help-button"tabindex="-1"><ahref="../../help.html"title="help">?</a></div><divid="settings-menu"tabindex="-1"><ahref="../../settings.html"title="settings"><imgwidth="22"height="22"alt="Change settings"src="../../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><sectionid="main-content"class="content"><divclass="main-heading"><h1>Module <ahref="../index.html">inkwell</a>::<wbr><aclass="mod"href="#">types</a><buttonid="copy-path"title="Copy item path to clipboard"><imgsrc="../../static.files/clipboard-7571035ce49a181d.svg"width="19"height="18"alt="Copy item path"></button></h1><spanclass="out-of-band"><aclass="src"href="../../src/inkwell/types/mod.rs.html#1-187">source</a> · <buttonid="toggle-all-docs"title="collapse all docs">[<span>−</span>]</button></span></div><detailsclass="toggle top-doc"open><summaryclass="hideme"><span>Expand description</span></summary><divclass="docblock"><p>A type is a classification which determines how data is used.</p>
</div></details><h2id="structs"class="section-header">Structs<ahref="#structs"class="anchor">§</a></h2><ulclass="item-table"><li><divclass="item-name"><aclass="struct"href="struct.ArrayType.html"title="struct inkwell::types::ArrayType">ArrayType</a></div><divclass="desc docblock-short">An <code>ArrayType</code> is the type of contiguous constants or variables.</div></li><li><divclass="item-name"><aclass="struct"href="struct.FieldTypesIter.html"title="struct inkwell::types::FieldTypesIter">FieldTypesIter</a></div><divclass="desc docblock-short">Iterate over all <code>BasicTypeEnum</code>s in a struct.</div></li><li><divclass="item-name"><aclass="struct"href="struct.FloatType.html"title="struct inkwell::types::FloatType">FloatType</a></div><divclass="desc docblock-short">A <code>FloatType</code> is the type of a floating point constant or variable.</div></li><li><divclass="item-name"><aclass="struct"href="struct.FunctionType.html"title="struct inkwell::types::FunctionType">FunctionType</a></div><divclass="desc docblock-short">A <code>FunctionType</code> is the type of a function variable.</div></li><li><divclass="item-name"><aclass="struct"href="struct.IntType.html"title="struct inkwell::types::IntType">IntType</a></div><divclass="desc docblock-short">An <code>IntType</code> is the type of an integer constant or variable.</div></li><li><divclass="item-name"><aclass="struct"href="struct.MetadataType.html"title="struct inkwell::types::MetadataType">MetadataType</a></div><divclass="desc docblock-short">A <code>MetadataType</code> is the type of a metadata.</div></li><li><divclass="item-name"><aclass="struct"href="struct.PointerType.html"title="struct inkwell::types::PointerType">PointerType</a></div><divclass="desc docblock-short">A <code>PointerType</code> is the type of a pointer constant or variable.</div></li><li><divclass="item-name"><aclass="struct"href="struct.StructType.html"title="struct inkwell::types::StructType">StructType</a></div><divclass="desc docblock-short">A <code>StructType</code> is the type of a heterogeneous container of types.</div></li><li><divclass="item-name"><aclass="struct"href="struct.VectorType.html"title="struct inkwell::types::VectorType">VectorType</a></div><divclass="desc docblock-short">A <code>VectorType</code> is the type of a multiple value SIMD constant or variable.</div></li><li><divclass="item-name"><aclass="struct"href="struct.VoidType.html"title="struct inkwell::types::VoidType">VoidType</a></div><divclass="desc docblock-short">A <code>VoidType</code> is a special type with no possible direct instances. It’s only
useful as a function return type.</div></li></ul><h2id="enums"class="section-header">Enums<ahref="#enums"class="anchor">§</a></h2><ulclass="item-table"><li><divclass="item-name"><aclass="enum"href="enum.AnyTypeEnum.html"title="enum inkwell::types::AnyTypeEnum">AnyTypeEnum</a></div><divclass="desc docblock-short">A wrapper for any <code>BasicType</code>, <code>VoidType</code>, or <code>FunctionType</code>.</div></li><li><divclass="item-name"><aclass="enum"href="enum.BasicMetadataTypeEnum.html"title="enum inkwell::types::BasicMetadataTypeEnum">BasicMetadataTypeEnum</a></div></li><li><divclass="item-name"><aclass="enum"href="enum.BasicTypeEnum.html"title="enum inkwell::types::BasicTypeEnum">BasicTypeEnum</a></div><divclass="desc docblock-short">A wrapper for any <code>BasicType</code>.</div></li><li><divclass="item-name"><aclass="enum"href="enum.StringRadix.html"title="enum inkwell::types::StringRadix">StringRadix</a></div><divclass="desc docblock-short">How to interpret a string or digits used to construct an integer constant.</div></li></ul><h2id="traits"class="section-header">Traits<ahref="#traits"class="anchor">§</a></h2><ulclass="item-table"><li><divclass="item-name"><aclass="trait"href="trait.AnyType.html"title="trait inkwell::types::AnyType">AnyType</a></div><divclass="desc docblock-short">Represents any LLVM type.</div></li><li><divclass="item-name"><aclass="trait"href="trait.AsTypeRef.html"title="trait inkwell::types::AsTypeRef">AsTypeRef</a></div><divclass="desc docblock-short">Accessor to the inner LLVM type reference</div></li><li><divclass="item-name"><aclass="trait"href="trait.BasicType.html"title="trait inkwell::types::BasicType">BasicType</a></div><divclass="desc docblock-short">Represents a basic LLVM type, that may be used in functions and struct definitions.</div></li><li><divclass="item-name"><aclass="trait"href="trait.FloatMathType.html"title="trait inkwell::types::FloatMathType">FloatMathType</a></div><divclass="desc docblock-short">Represents an LLVM type that can have floating point math operations applied to it.</div></li><li><divclass="item-name"><aclass="trait"href="trait.IntMathType.html"title="trait inkwell::types::IntMathType">IntMathType</a></div><divclass="desc docblock-short">Represents an LLVM type that can have integer math operations applied to it.</div></li><li><divclass="item-name"><aclass="trait"href="trait.PointerMathType.html"title="trait inkwell::types::PointerMathType">PointerMathType</a></div><divclass="desc docblock-short">Represents an LLVM type that can have pointer operations applied to it.</div></li></ul></section></div></main></body></html>