Module init

Module init 

Source
Expand description

This module contains smart pointers that reference various Init types in TableGen.

Init reference types can be converted to Rust types using Into and TryInto. Most conversions are cheap, except for conversion to String.

Structs§

BitInit
BitsInit
DagInit
DagIter
Iterator over the arguments of a DagInit.
DefInit
IntInit
ListInit
ListIter
Iterator over the elements of a ListInit.
StringInit

Enums§

TypedInit
Enum that holds a reference to a TypedInit.