[−][src]Enum wgpu::PowerPreference
pub enum PowerPreference { Default, LowPower, HighPerformance, }
Power Preference when choosing a physical adapter.
Variants
Prefer low power when on battery, high performance when on mains.
Adapter that uses the least possible power. This is often an integerated GPU.
Adapter that has the highest performance. This is often a discrete GPU.
Trait Implementations
impl Clone for PowerPreference
[src][+]
impl Copy for PowerPreference
[src]
impl Debug for PowerPreference
[src][+]
impl Default for PowerPreference
[src][+]
impl Eq for PowerPreference
[src]
impl Hash for PowerPreference
[src][+]
impl PartialEq<PowerPreference> for PowerPreference
[src][+]
impl StructuralEq for PowerPreference
[src]
impl StructuralPartialEq for PowerPreference
[src]
Auto Trait Implementations
impl RefUnwindSafe for PowerPreference
impl Send for PowerPreference
impl Sync for PowerPreference
impl Unpin for PowerPreference
impl UnwindSafe for PowerPreference
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,