1// Automatically generated by isl_bindings_generator. 2// LICENSE: MIT 3#[derive(Debug, Clone)] 4#[repr(C)] 5pub enum DimType { 6 Cst, 7 Param, 8 In, 9 Out, 10 Set, 11 Div, 12 All, 13}