codeql/rust-all
0.2.5-dev
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
INTERNAL: This module contains the customizable definition of Struct and should not be referenced directly.
Struct
import codeql.rust.elements.internal.StructImpl
A Struct. For example: rust struct Point { x: i32, y: i32, }
rust struct Point { x: i32, y: i32, }