CodeQL library for Rust
codeql/rust-all 0.2.12 (changelog, source)
Search

Class Raw::FieldList

INTERNAL: Do not use. A list of fields in a struct or enum variant.

For example:

struct S {x: i32, y: i32}
//       ^^^^^^^^^^^^^^^^
enum E {A(i32, i32)}
//     ^^^^^^^^^^^^^

Import path

import codeql.rust.elements.internal.generated.Raw

Direct supertypes

Indirect supertypes

Known direct subtypes

    Inherited predicates