Module Builtins
Provides classes for builtins.
Import path
import codeql.rust.frameworks.stdlib.BuiltinsClasses
| ArrayType | The builtin array type |
| Bool | The builtin |
| BuiltinType | A builtin type, such as |
| BuiltinsFolder | The folder containing builtins. |
| Char | The builtin |
| F32 | The builtin |
| F64 | The builtin |
| FloatingPointType | A floating-point numerical type, such as |
| I128 | The builtin |
| I16 | The builtin |
| I32 | The builtin |
| I64 | The builtin |
| I8 | The builtin |
| IntegralType | An integral numerical type, such as |
| Isize | The builtin |
| NumericType | A numerical type, such as |
| PtrConstType | The builtin raw pointer type |
| PtrMutType | The builtin raw pointer type |
| PtrType | A builtin raw pointer type |
| RefMutType | The builtin mutable reference type |
| RefSharedType | The builtin shared reference type |
| RefType | A builtin reference type |
| SliceType | The builtin slice type |
| Str | The builtin |
| TupleType | A builtin tuple type |
| U128 | The builtin |
| U16 | The builtin |
| U32 | The builtin |
| U64 | The builtin |
| U8 | The builtin |
| Usize | The builtin |