Struct ash::vk::types::ImageFormatProperties[][src]

#[repr(C)]
pub struct ImageFormatProperties { pub max_extent: Extent3D, pub max_mip_levels: uint32_t, pub max_array_layers: uint32_t, pub sample_counts: SampleCountFlags, pub max_resource_size: DeviceSize, }

Fields

Trait Implementations

impl Debug for ImageFormatProperties
[src]

Formats the value using the given formatter. Read more

impl Clone for ImageFormatProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy 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

Auto Trait Implementations