Class Raw::TupleField
INTERNAL: Do not use. A field in a tuple struct or tuple variant.
For example:
struct S(i32, String);
// ^^^ ^^^^^^
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getAttr | Gets the |
| getNumberOfAttrs | Gets the number of attrs of this tuple field. |
| getTypeRepr | Gets the type representation of this tuple field, if it exists. |
| getVisibility | Gets the visibility of this tuple field, if it exists. |
| toString |