Struct dacite::khr_get_physical_device_properties2::PhysicalDeviceSparseImageFormatInfo2Khr [] [src]

pub struct PhysicalDeviceSparseImageFormatInfo2Khr {
    pub format: Format,
    pub image_type: ImageType,
    pub samples: SampleCountFlagBits,
    pub usage: ImageUsageFlags,
    pub tiling: ImageTiling,
    pub chain: Option<PhysicalDeviceSparseImageFormatInfo2ChainKhr>,
}

Fields

Trait Implementations

impl Debug for PhysicalDeviceSparseImageFormatInfo2Khr
[src]

Formats the value using the given formatter.

impl Clone for PhysicalDeviceSparseImageFormatInfo2Khr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PhysicalDeviceSparseImageFormatInfo2Khr
[src]

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

This method tests for !=.