Enum gpu_alloc::DeviceMapError [−][src]
pub enum DeviceMapError {
OutOfDeviceMemory,
OutOfHostMemory,
MapFailed,
}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]
Auto Trait Implementations
impl RefUnwindSafe for DeviceMapError
impl RefUnwindSafe for DeviceMapErrorimpl Send for DeviceMapError
impl Send for DeviceMapErrorimpl Sync for DeviceMapError
impl Sync for DeviceMapErrorimpl Unpin for DeviceMapError
impl Unpin for DeviceMapErrorimpl UnwindSafe for DeviceMapError
impl UnwindSafe for DeviceMapError