Struct lava::VkPhysicalDeviceMaintenance3Properties[][src]

pub struct VkPhysicalDeviceMaintenance3Properties {
    pub max_per_set_descriptors: usize,
    pub max_memory_allocation_size: usize,
}

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceMaintenance3Properties
[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDeviceMaintenance3Properties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkPhysicalDeviceMaintenance3Properties
[src]

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

Auto Trait Implementations