Enum amdgpu_sysfs::gpu_handle::PerformanceLevel
source · pub enum PerformanceLevel {
Auto,
Low,
High,
Manual,
}Variants
Trait Implementations
sourceimpl Clone for PerformanceLevel
impl Clone for PerformanceLevel
sourcefn clone(&self) -> PerformanceLevel
fn clone(&self) -> PerformanceLevel
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PerformanceLevel
impl Debug for PerformanceLevel
sourceimpl Default for PerformanceLevel
impl Default for PerformanceLevel
sourceimpl Display for PerformanceLevel
impl Display for PerformanceLevel
sourceimpl FromStr for PerformanceLevel
impl FromStr for PerformanceLevel
sourceimpl PartialEq<PerformanceLevel> for PerformanceLevel
impl PartialEq<PerformanceLevel> for PerformanceLevel
sourcefn eq(&self, other: &PerformanceLevel) -> bool
fn eq(&self, other: &PerformanceLevel) -> bool
impl Copy for PerformanceLevel
impl Eq for PerformanceLevel
impl StructuralEq for PerformanceLevel
impl StructuralPartialEq for PerformanceLevel
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more