Struct lava::vk_sparse_image_format_properties::VkSparseImageFormatProperties[][src]

pub struct VkSparseImageFormatProperties {
    pub aspect_mask: VkImageAspectFlags,
    pub image_granularity: VkExtent3D,
    pub flags: VkSparseImageFormatFlags,
}

Fields

Trait Implementations

impl Debug for VkSparseImageFormatProperties
[src]

Formats the value using the given formatter. Read more

impl Clone for VkSparseImageFormatProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkSparseImageFormatProperties
[src]

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

Auto Trait Implementations