Enum gpu_alloc::OutOfMemory [−][src]
pub enum OutOfMemory {
OutOfDeviceMemory,
OutOfHostMemory,
}Memory exhausted error.
Variants
Device memory exhausted.
Host memory exhausted.
Trait Implementations
impl From<OutOfMemory> for AllocationError[src]
impl From<OutOfMemory> for AllocationError[src]fn from(err: OutOfMemory) -> Self[src]
impl From<OutOfMemory> for MapError[src]
impl From<OutOfMemory> for MapError[src]fn from(err: OutOfMemory) -> Self[src]
Auto Trait Implementations
impl RefUnwindSafe for OutOfMemory
impl RefUnwindSafe for OutOfMemoryimpl Send for OutOfMemory
impl Send for OutOfMemoryimpl Sync for OutOfMemory
impl Sync for OutOfMemoryimpl Unpin for OutOfMemory
impl Unpin for OutOfMemoryimpl UnwindSafe for OutOfMemory
impl UnwindSafe for OutOfMemory