Struct ash::vk::ImageViewType  
source · pub struct ImageViewType(/* private fields */);Expand description
Implementations§
source§impl ImageViewType
 
impl ImageViewType
source§impl ImageViewType
 
impl ImageViewType
pub const TYPE_1D: Self = _
pub const TYPE_2D: Self = _
pub const TYPE_3D: Self = _
pub const CUBE: Self = _
pub const TYPE_1D_ARRAY: Self = _
pub const TYPE_2D_ARRAY: Self = _
pub const CUBE_ARRAY: Self = _
Trait Implementations§
source§impl Clone for ImageViewType
 
impl Clone for ImageViewType
source§fn clone(&self) -> ImageViewType
 
fn clone(&self) -> ImageViewType
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 ImageViewType
 
impl Debug for ImageViewType
source§impl Default for ImageViewType
 
impl Default for ImageViewType
source§fn default() -> ImageViewType
 
fn default() -> ImageViewType
Returns the “default value” for a type. Read more
source§impl Hash for ImageViewType
 
impl Hash for ImageViewType
source§impl Ord for ImageViewType
 
impl Ord for ImageViewType
source§fn cmp(&self, other: &ImageViewType) -> Ordering
 
fn cmp(&self, other: &ImageViewType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ImageViewType
 
impl PartialEq for ImageViewType
source§impl PartialOrd for ImageViewType
 
impl PartialOrd for ImageViewType
impl Copy for ImageViewType
impl Eq for ImageViewType
impl StructuralPartialEq for ImageViewType
Auto Trait Implementations§
impl Freeze for ImageViewType
impl RefUnwindSafe for ImageViewType
impl Send for ImageViewType
impl Sync for ImageViewType
impl Unpin for ImageViewType
impl UnwindSafe for ImageViewType
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
source§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
 
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)