Enum dacite::core::ImageViewType [] [src]

pub enum ImageViewType {
    Type1D,
    Type2D,
    Type3D,
    TypeCube,
    Type1DArray,
    Type2DArray,
    TypeCubeArray,
    Unknown(VkImageViewType),
}

Variants

Trait Implementations

impl Debug for ImageViewType
[src]

Formats the value using the given formatter.

impl Copy for ImageViewType
[src]

impl Clone for ImageViewType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ImageViewType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ImageViewType
[src]

impl Hash for ImageViewType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more