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 moresource§impl Debug for TextureErrorDimension
impl Debug for TextureErrorDimension
impl Copy for TextureErrorDimension
Auto Trait Implementations§
impl Freeze for TextureErrorDimension
impl RefUnwindSafe for TextureErrorDimension
impl Send for TextureErrorDimension
impl Sync for TextureErrorDimension
impl Unpin for TextureErrorDimension
impl UnwindSafe for TextureErrorDimension
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