[−][src]Struct wgpu::RequestAdapterOptionsBase
Options for requesting adapter.
Fields
power_preference: PowerPreference
Power preference for the adapter.
compatible_surface: Option<S>
Surface that is required to be presentable with the requested adapter. This does not create the surface, only guarantees that the adapter can present to said surface.
Trait Implementations
impl<S> Clone for RequestAdapterOptions<S> where
S: Clone,
[src][+]
S: Clone,
impl<S> Debug for RequestAdapterOptions<S> where
S: Debug,
[src][+]
S: Debug,
impl<S> Default for RequestAdapterOptions<S>
[src][+]
impl<S> Eq for RequestAdapterOptions<S> where
S: Eq,
[src]
S: Eq,
impl<S> Hash for RequestAdapterOptions<S> where
S: Hash,
[src][+]
S: Hash,
impl<S> PartialEq<RequestAdapterOptions<S>> for RequestAdapterOptions<S> where
S: PartialEq<S>,
[src][+]
S: PartialEq<S>,
impl<S> StructuralEq for RequestAdapterOptions<S>
[src]
impl<S> StructuralPartialEq for RequestAdapterOptions<S>
[src]
Auto Trait Implementations
impl<S> RefUnwindSafe for RequestAdapterOptions<S> where
S: RefUnwindSafe,
S: RefUnwindSafe,
impl<S> Send for RequestAdapterOptions<S> where
S: Send,
S: Send,
impl<S> Sync for RequestAdapterOptions<S> where
S: Sync,
S: Sync,
impl<S> Unpin for RequestAdapterOptions<S> where
S: Unpin,
S: Unpin,
impl<S> UnwindSafe for RequestAdapterOptions<S> where
S: UnwindSafe,
S: UnwindSafe,
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>,