Struct dacite::khr_get_physical_device_properties2::PhysicalDeviceImageFormatInfo2Khr [] [src]

pub struct PhysicalDeviceImageFormatInfo2Khr {
    pub format: Format,
    pub image_type: ImageType,
    pub tiling: ImageTiling,
    pub usage: ImageUsageFlags,
    pub flags: ImageCreateFlags,
    pub chain: Option<PhysicalDeviceImageFormatInfo2ChainKhr>,
}

Fields

Trait Implementations

impl Debug for PhysicalDeviceImageFormatInfo2Khr
[src]

Formats the value using the given formatter.

impl Clone for PhysicalDeviceImageFormatInfo2Khr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PhysicalDeviceImageFormatInfo2Khr
[src]

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

This method tests for !=.