Struct wgpu_types::DeviceDescriptor [−][src]
#[repr(C)]pub struct DeviceDescriptor<L> { pub label: L, pub features: Features, pub limits: Limits, }
Describes a [Device].
Fields
label: LDebug label for the device.
features: FeaturesFeatures that the device should support. If any feature is not supported by the adapter, creating a device will panic.
limits: LimitsLimits that the device should support. If any limit is “better” than the limit exposed by the adapter, creating a device will panic.
Implementations
impl<L> DeviceDescriptor<L>[src]
impl<L> DeviceDescriptor<L>[src]pub fn map_label<K>(&self, fun: impl FnOnce(&L) -> K) -> DeviceDescriptor<K>[src]
Trait Implementations
impl<L: Clone> Clone for DeviceDescriptor<L>[src]
impl<L: Clone> Clone for DeviceDescriptor<L>[src]fn clone(&self) -> DeviceDescriptor<L>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<L: Debug> Debug for DeviceDescriptor<L>[src]
impl<L: Debug> Debug for DeviceDescriptor<L>[src]impl<L: Default> Default for DeviceDescriptor<L>[src]
impl<L: Default> Default for DeviceDescriptor<L>[src]fn default() -> DeviceDescriptor<L>[src]
Auto Trait Implementations
impl<L> RefUnwindSafe for DeviceDescriptor<L> where
L: RefUnwindSafe,
impl<L> RefUnwindSafe for DeviceDescriptor<L> where
L: RefUnwindSafe, impl<L> Send for DeviceDescriptor<L> where
L: Send,
impl<L> Send for DeviceDescriptor<L> where
L: Send, impl<L> Sync for DeviceDescriptor<L> where
L: Sync,
impl<L> Sync for DeviceDescriptor<L> where
L: Sync, impl<L> Unpin for DeviceDescriptor<L> where
L: Unpin,
impl<L> Unpin for DeviceDescriptor<L> where
L: Unpin, impl<L> UnwindSafe for DeviceDescriptor<L> where
L: UnwindSafe,
impl<L> UnwindSafe for DeviceDescriptor<L> where
L: UnwindSafe,