pub enum TextureViewDimension {
Undefined,
D1,
D2,
D2Array,
Cube,
CubeArray,
D3,
}Variants§
Trait Implementations§
Source§impl Clone for TextureViewDimension
impl Clone for TextureViewDimension
Source§fn clone(&self) -> TextureViewDimension
fn clone(&self) -> TextureViewDimension
Returns a duplicate 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 TextureViewDimension
impl Debug for TextureViewDimension
Source§impl From<TextureViewDimension> for c_uint
impl From<TextureViewDimension> for c_uint
Source§fn from(value: TextureViewDimension) -> Self
fn from(value: TextureViewDimension) -> Self
Converts to this type from the input type.
Source§impl From<u32> for TextureViewDimension
impl From<u32> for TextureViewDimension
Source§impl Hash for TextureViewDimension
impl Hash for TextureViewDimension
Source§impl PartialEq for TextureViewDimension
impl PartialEq for TextureViewDimension
impl Copy for TextureViewDimension
impl Eq for TextureViewDimension
impl StructuralPartialEq for TextureViewDimension
Auto Trait Implementations§
impl Freeze for TextureViewDimension
impl RefUnwindSafe for TextureViewDimension
impl Send for TextureViewDimension
impl Sync for TextureViewDimension
impl Unpin for TextureViewDimension
impl UnsafeUnpin for TextureViewDimension
impl UnwindSafe for TextureViewDimension
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