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
Performs the conversion.