[−][src]Enum wgpu::TextureDimension
pub enum TextureDimension { D1, D2, D3, }
Dimensionality of a texture.
Variants
1D texture
2D texture
3D texture
Trait Implementations
impl Clone for TextureDimension
[src][+]
impl Copy for TextureDimension
[src]
impl Debug for TextureDimension
[src][+]
impl Eq for TextureDimension
[src]
impl Hash for TextureDimension
[src][+]
impl PartialEq<TextureDimension> for TextureDimension
[src][+]
impl StructuralEq for TextureDimension
[src]
impl StructuralPartialEq for TextureDimension
[src]
Auto Trait Implementations
impl RefUnwindSafe for TextureDimension
impl Send for TextureDimension
impl Sync for TextureDimension
impl Unpin for TextureDimension
impl UnwindSafe for TextureDimension
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,