#[repr(i32)]pub enum EGPUPerformanceLevel {
Invalid = 0,
Auto = 1,
Manual = 2,
Low = 3,
High = 4,
Profiling = 5,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EGPUPerformanceLevel
impl Clone for EGPUPerformanceLevel
Source§fn clone(&self) -> EGPUPerformanceLevel
fn clone(&self) -> EGPUPerformanceLevel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EGPUPerformanceLevel
impl Debug for EGPUPerformanceLevel
Source§impl Hash for EGPUPerformanceLevel
impl Hash for EGPUPerformanceLevel
Source§impl PartialEq for EGPUPerformanceLevel
impl PartialEq for EGPUPerformanceLevel
impl Copy for EGPUPerformanceLevel
impl Eq for EGPUPerformanceLevel
impl StructuralPartialEq for EGPUPerformanceLevel
Auto Trait Implementations§
impl Freeze for EGPUPerformanceLevel
impl RefUnwindSafe for EGPUPerformanceLevel
impl Send for EGPUPerformanceLevel
impl Sync for EGPUPerformanceLevel
impl Unpin for EGPUPerformanceLevel
impl UnsafeUnpin for EGPUPerformanceLevel
impl UnwindSafe for EGPUPerformanceLevel
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more