Enum gfx_hal::device::WaitError [−][src]
pub enum WaitError {
OutOfMemory(OutOfMemory),
DeviceLost(DeviceLost),
}Error occurring when waiting for fences or events.
Variants
OutOfMemory(OutOfMemory)Out of either host or device memory.
DeviceLost(DeviceLost)Device is lost
Trait Implementations
impl From<DeviceLost> for WaitError[src]
impl From<DeviceLost> for WaitError[src]fn from(source: DeviceLost) -> Self[src]
impl From<OutOfMemory> for WaitError[src]
impl From<OutOfMemory> for WaitError[src]fn from(source: OutOfMemory) -> Self[src]
impl StructuralPartialEq for WaitError[src]
impl StructuralPartialEq for WaitError[src]Auto Trait Implementations
impl RefUnwindSafe for WaitError
impl RefUnwindSafe for WaitErrorimpl UnwindSafe for WaitError
impl UnwindSafe for WaitError