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

#[repr(C)]
pub struct ImageSubresource { pub aspect_mask: ImageAspectFlags, pub mip_level: uint32_t, pub array_layer: uint32_t, }

Fields

Trait Implementations

impl Debug for ImageSubresource
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ImageSubresource
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ImageSubresource
[src]

impl Hash for ImageSubresource
[src]

[src]

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

1.3.0
[src]

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

Auto Trait Implementations