Enum dvk::VkImageType [] [src]

pub enum VkImageType {
    VK_IMAGE_TYPE_1D,
    VK_IMAGE_TYPE_2D,
    VK_IMAGE_TYPE_3D,
}

Variants

VK_IMAGE_TYPE_1DVK_IMAGE_TYPE_2DVK_IMAGE_TYPE_3D

Trait Implementations

impl Eq for VkImageType
[src]

impl PartialEq for VkImageType
[src]

fn eq(&self, __arg_0: &VkImageType) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.

impl Debug for VkImageType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.