use array_map::*; #[repr(u8)] #[derive(Indexable)] enum DetectionType { Person, Vehicle, Bicycle, } let thresholds = ArrayMap::<DetectionType, f32, ...
確定! 回上一頁