Enum dvk::core::VkImageViewType [] [src]

#[repr(u32)]
pub enum VkImageViewType { VK_IMAGE_VIEW_TYPE_1D, VK_IMAGE_VIEW_TYPE_2D, VK_IMAGE_VIEW_TYPE_3D, VK_IMAGE_VIEW_TYPE_CUBE, VK_IMAGE_VIEW_TYPE_1D_ARRAY, VK_IMAGE_VIEW_TYPE_2D_ARRAY, VK_IMAGE_VIEW_TYPE_CUBE_ARRAY, }

Variants

Trait Implementations

impl Eq for VkImageViewType
[src]

impl PartialEq for VkImageViewType
[src]

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

This method tests for !=.

impl Debug for VkImageViewType
[src]

Formats the value using the given formatter.

impl Copy for VkImageViewType
[src]

impl Clone for VkImageViewType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more