Enum wgpu_core::command::QueryError [−][src]
pub enum QueryError {
Encoder(CommandEncoderError),
Use(QueryUseError),
Resolve(ResolveError),
InvalidBuffer(BufferId),
InvalidQuerySet(QuerySetId),
}
Expand description
Error encountered when dealing with queries
Variants
Tuple Fields of Encoder
Tuple Fields of Use
Tuple Fields of Resolve
0: ResolveError
Tuple Fields of InvalidBuffer
0: BufferId
Tuple Fields of InvalidQuerySet
0: QuerySetId
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for QueryError
impl Send for QueryError
impl Sync for QueryError
impl Unpin for QueryError
impl !UnwindSafe for QueryError
Blanket Implementations
Mutably borrows from an owned value. Read more