Class Raw::StructFieldList
INTERNAL: Do not use. A list of fields in a struct declaration.
For example:
struct S { x: i32, y: i32 }
// ^^^^^^^^^^^^^^^
Import path
import codeql.rust.elements.internal.generated.RawDirect supertypes
Indirect supertypes
Predicates
| getField | Gets the |
| getNumberOfFields | Gets the number of fields of this struct field list. |
| toString |