Enum gfx_hal::device::BindError [−][src]
pub enum BindError { OutOfMemory(OutOfMemory), WrongMemory, OutOfBounds, }
Error binding a resource to memory allocation.
Variants
OutOfMemory(OutOfMemory)
Out of either host or device memory.
Requested binding to memory that doesn’t support the required operations.
Requested binding to an invalid memory.
Trait Implementations
impl From<OutOfMemory> for BindError
[src]
impl From<OutOfMemory> for BindError
[src]fn from(source: OutOfMemory) -> Self
[src]
impl StructuralPartialEq for BindError
[src]
impl StructuralPartialEq for BindError
[src]Auto Trait Implementations
impl RefUnwindSafe for BindError
impl RefUnwindSafe for BindError
impl UnwindSafe for BindError
impl UnwindSafe for BindError