Enum wgpu_core::device::queue::QueueSubmitError [−][src]
pub enum QueueSubmitError {
Queue(DeviceError),
DestroyedBuffer(BufferId),
DestroyedTexture(TextureId),
Unmap(BufferAccessError),
SurfaceOutputDropped,
SurfaceUnconfigured,
StuckGpu,
}Variants
Tuple Fields of Queue
0: DeviceErrorTuple Fields of DestroyedBuffer
0: BufferIdTuple Fields of DestroyedTexture
0: TextureIdTuple Fields of Unmap
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for QueueSubmitError
impl Send for QueueSubmitError
impl Sync for QueueSubmitError
impl Unpin for QueueSubmitError
impl !UnwindSafe for QueueSubmitError
Blanket Implementations
Mutably borrows from an owned value. Read more