Enum gpu_alloc::DeviceMapError [−][src]
pub enum DeviceMapError {
OutOfDeviceMemory,
OutOfHostMemory,
MapFailed,
}Expand description
Memory mapped error.
Variants
Device memory exhausted.
Host memory exhausted.
Map failed due to implementation specific error.
Trait Implementations
impl Debug for DeviceMapError[src]
impl Debug for DeviceMapError[src]impl From<DeviceMapError> for MapError[src]
impl From<DeviceMapError> for MapError[src]fn from(err: DeviceMapError) -> Self[src]
fn from(err: DeviceMapError) -> Self[src]Performs the conversion.