Enum wgpu_core::resource::CreateQuerySetError [−][src]
pub enum CreateQuerySetError {
Device(DeviceError),
ZeroCount,
TooManyQueries {
count: u32,
maximum: u32,
},
MissingFeatures(MissingFeatures),
}Variants
Device(DeviceError)MissingFeatures(MissingFeatures)Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CreateQuerySetErrorimpl Send for CreateQuerySetErrorimpl Sync for CreateQuerySetErrorimpl Unpin for CreateQuerySetErrorimpl UnwindSafe for CreateQuerySetErrorBlanket Implementations
Mutably borrows from an owned value. Read more