Enum wgpu_core::binding_model::BindGroupLayoutEntryError [−][src]
pub enum BindGroupLayoutEntryError {
ArrayUnsupported,
MissingFeatures(MissingFeatures),
}Variants
MissingFeatures(MissingFeatures)Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for BindGroupLayoutEntryErrorimpl Send for BindGroupLayoutEntryErrorimpl Sync for BindGroupLayoutEntryErrorimpl Unpin for BindGroupLayoutEntryErrorimpl UnwindSafe for BindGroupLayoutEntryErrorBlanket Implementations
Mutably borrows from an owned value. Read more