Struct lava::VkImageSubresource[][src]

pub struct VkImageSubresource {
    pub aspect_mask: VkImageAspectFlags,
    pub mip_level: usize,
    pub array_layer: usize,
}

Fields

Trait Implementations

impl Debug for VkImageSubresource
[src]

Formats the value using the given formatter. Read more

impl Clone for VkImageSubresource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkImageSubresource
[src]

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

Auto Trait Implementations