Struct unity_native_plugin_sys::VkPhysicalDeviceMemoryBudgetPropertiesEXT [−][src]
#[repr(C)]pub struct VkPhysicalDeviceMemoryBudgetPropertiesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub heapBudget: [VkDeviceSize; 16],
pub heapUsage: [VkDeviceSize; 16],
}Fields
sType: VkStructureTypepNext: *mut c_voidheapBudget: [VkDeviceSize; 16]heapUsage: [VkDeviceSize; 16]Trait Implementations
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more