Enum amdgpu_sysfs::gpu_controller::PerformanceLevel [−][src]
pub enum PerformanceLevel {
Auto,
Low,
High,
Manual,
}
Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PerformanceLevel
impl Send for PerformanceLevel
impl Sync for PerformanceLevel
impl Unpin for PerformanceLevel
impl UnwindSafe for PerformanceLevel
Blanket Implementations
Mutably borrows from an owned value. Read more