Struct vks::vk::VkImageSubresource [] [src]

#[repr(C)]
pub struct VkImageSubresource { pub aspectMask: VkImageAspectFlags, pub mipLevel: u32, pub arrayLayer: u32, }

Fields

Trait Implementations

impl Debug for VkImageSubresource
[src]

[src]

Formats the value using the given formatter.

impl Copy for VkImageSubresource
[src]

impl Clone for VkImageSubresource
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VkImageSubresource
[src]

[src]

Returns the "default value" for a type. Read more