Enum gpu_alloc::OutOfMemory [−][src]
pub enum OutOfMemory {
OutOfDeviceMemory,
OutOfHostMemory,
}Expand description
Memory exhausted error.
Variants
Device memory exhausted.
Host memory exhausted.
Trait Implementations
impl Debug for OutOfMemory[src]
impl Debug for OutOfMemory[src]impl From<OutOfMemory> for AllocationError[src]
impl From<OutOfMemory> for AllocationError[src]fn from(err: OutOfMemory) -> Self[src]
fn from(err: OutOfMemory) -> Self[src]Performs the conversion.
impl From<OutOfMemory> for MapError[src]
impl From<OutOfMemory> for MapError[src]fn from(err: OutOfMemory) -> Self[src]
fn from(err: OutOfMemory) -> Self[src]Performs the conversion.