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