Enum gfx_hal::device::MapError [−][src]
pub enum MapError { OutOfMemory(OutOfMemory), OutOfBounds, MappingFailed, Access, }
Error accessing a mapping.
Variants
OutOfMemory(OutOfMemory)
Out of either host or device memory.
The requested mapping range is outside of the resource.
Failed to allocate an appropriately sized contiguous virtual address range.
Memory is not CPU visible.
Trait Implementations
impl From<OutOfMemory> for MapError
[src]
impl From<OutOfMemory> for MapError
[src]fn from(source: OutOfMemory) -> Self
[src]
impl StructuralPartialEq for MapError
[src]
impl StructuralPartialEq for MapError
[src]Auto Trait Implementations
impl RefUnwindSafe for MapError
impl RefUnwindSafe for MapError
impl UnwindSafe for MapError
impl UnwindSafe for MapError