Enum gfx_hal::device::AllocationError [−][src]
pub enum AllocationError { OutOfMemory(OutOfMemory), TooManyObjects, }
Possible cause of allocation failure.
Variants
OutOfMemory(OutOfMemory)
Out of either host or device memory.
Cannot create any more objects.
Trait Implementations
impl Clone for AllocationError
[src]
impl Clone for AllocationError
[src]fn clone(&self) -> AllocationError
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Error for AllocationError
[src]
impl Error for AllocationError
[src]impl From<OutOfMemory> for AllocationError
[src]
impl From<OutOfMemory> for AllocationError
[src]fn from(source: OutOfMemory) -> Self
[src]
impl PartialEq<AllocationError> for AllocationError
[src]
impl PartialEq<AllocationError> for AllocationError
[src]fn eq(&self, other: &AllocationError) -> bool
[src]
fn ne(&self, other: &AllocationError) -> bool
[src]
impl StructuralPartialEq for AllocationError
[src]
impl StructuralPartialEq for AllocationError
[src]Auto Trait Implementations
impl RefUnwindSafe for AllocationError
impl RefUnwindSafe for AllocationError
impl Send for AllocationError
impl Send for AllocationError
impl Sync for AllocationError
impl Sync for AllocationError
impl Unpin for AllocationError
impl Unpin for AllocationError
impl UnwindSafe for AllocationError
impl UnwindSafe for AllocationError