pub type GSQueryAnalysisEntry = GSQueryAnalysisEntryTag;
Aliased Type§
struct GSQueryAnalysisEntry {
pub id: i32,
pub depth: i32,
pub type_: *const i8,
pub valueType: *const i8,
pub value: *const i8,
pub statement: *const i8,
}
Fields§
§id: i32
§depth: i32
§type_: *const i8
§valueType: *const i8
§value: *const i8
§statement: *const i8