Enum wgpu_core::resource::TextureErrorDimension [−][src]
pub enum TextureErrorDimension {
X,
Y,
Z,
}Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TextureErrorDimensionimpl Send for TextureErrorDimensionimpl Sync for TextureErrorDimensionimpl Unpin for TextureErrorDimensionimpl UnwindSafe for TextureErrorDimensionBlanket Implementations
Mutably borrows from an owned value. Read more