Struct ash::vk::PhysicalDeviceMaintenance3Properties [−][src]
#[repr(C)]pub struct PhysicalDeviceMaintenance3Properties { pub s_type: StructureType, pub p_next: *mut c_void, pub max_per_set_descriptors: u32, pub max_memory_allocation_size: DeviceSize, }
Expand description
Fields
s_type: StructureType
p_next: *mut c_void
max_per_set_descriptors: u32
max_memory_allocation_size: DeviceSize
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PhysicalDeviceMaintenance3Properties
impl !Sync for PhysicalDeviceMaintenance3Properties
Blanket Implementations
Mutably borrows from an owned value. Read more