codeql/rust-all
0.2.7
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
This module provides the public class Struct.
Struct
import codeql.rust.elements.Struct
This module provides the public class FieldList.
FieldList
This module provides the public class TypeItem.
TypeItem
A Struct. For example: rust struct Point { x: i32, y: i32, }
rust struct Point { x: i32, y: i32, }