Enum wgpu_core::resource::TextureErrorDimension
source · pub enum TextureErrorDimension {
X,
Y,
Z,
}
Variants§
Trait Implementations§
source§impl Clone for TextureErrorDimension
impl Clone for TextureErrorDimension
source§fn clone(&self) -> TextureErrorDimension
fn clone(&self) -> TextureErrorDimension
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more