Struct lava::VkPhysicalDeviceImageFormatInfo2[][src]

pub struct VkPhysicalDeviceImageFormatInfo2 {
    pub format: VkFormat,
    pub type_: VkImageType,
    pub tiling: VkImageTiling,
    pub usage: VkImageUsageFlags,
    pub flags: VkImageCreateFlags,
}

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceImageFormatInfo2
[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDeviceImageFormatInfo2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceImageFormatInfo2
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations