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

#[repr(C)]
pub struct ImageSubresourceRange { pub aspect_mask: ImageAspectFlags, pub base_mip_level: uint32_t, pub level_count: uint32_t, pub base_array_layer: uint32_t, pub layer_count: uint32_t, }

Fields

Trait Implementations

impl Debug for ImageSubresourceRange
[src]

Formats the value using the given formatter.

impl Clone for ImageSubresourceRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for ImageSubresourceRange
[src]

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

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