Struct dacite::core::ImageFormatProperties [] [src]

pub struct ImageFormatProperties {
    pub max_extent: Extent3D,
    pub max_mip_levels: u32,
    pub max_array_layers: u32,
    pub sample_counts: SampleCountFlags,
    pub max_resource_size: u64,
}

Fields

Trait Implementations

impl Debug for ImageFormatProperties
[src]

Formats the value using the given formatter.

impl Copy for ImageFormatProperties
[src]

impl Clone for ImageFormatProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ImageFormatProperties
[src]

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

This method tests for !=.

impl Eq for ImageFormatProperties
[src]

impl Hash for ImageFormatProperties
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<'a> From<&'a VkImageFormatProperties> for ImageFormatProperties
[src]

Performs the conversion.