Enum wgpu_graphics::TextureError
source · pub enum TextureError {
ImageError(ImageError),
}Expand description
Texture creation or update error.
Variants
ImageError(ImageError)
Trait Implementations
sourceimpl Debug for TextureError
impl Debug for TextureError
Auto Trait Implementations
impl !RefUnwindSafe for TextureError
impl Send for TextureError
impl Sync for TextureError
impl Unpin for TextureError
impl !UnwindSafe for TextureError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more