pub enum BuildError {
Format(Format),
Image(ImageCreationError),
Upload(UploadError),
ImageView(ImageViewCreationError),
Mipmap(OutOfMemory),
Sampler(AllocationError),
}
Variants§
Format(Format)
Image(ImageCreationError)
Upload(UploadError)
ImageView(ImageViewCreationError)
Mipmap(OutOfMemory)
Sampler(AllocationError)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuildError
impl RefUnwindSafe for BuildError
impl Send for BuildError
impl Sync for BuildError
impl Unpin for BuildError
impl UnwindSafe for BuildError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more