Enum wgpu_core::resource::TextureErrorDimension
source · [−]pub enum TextureErrorDimension {
X,
Y,
Z,
}
Variants
X
Y
Z
Trait Implementations
sourceimpl Clone for TextureErrorDimension
impl Clone for TextureErrorDimension
sourcefn clone(&self) -> TextureErrorDimension
fn clone(&self) -> TextureErrorDimension
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TextureErrorDimension
impl Debug for TextureErrorDimension
impl Copy for TextureErrorDimension
Auto Trait Implementations
impl RefUnwindSafe for TextureErrorDimension
impl Send for TextureErrorDimension
impl Sync for TextureErrorDimension
impl Unpin for TextureErrorDimension
impl UnwindSafe for TextureErrorDimension
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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