mepeyew/context/extensions/
gpu_power_level.rs

1/// Prefer Integrated vs Discrete?
2#[derive(Debug, Clone, Copy, Hash, PartialEq, Eq)]
3pub enum GpuPowerLevel {
4    PreferIntegrated,
5    PreferDiscrete,
6}