Struct ash::vk::PhysicalDeviceMemoryBudgetPropertiesEXT
source · #[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§
source§impl Clone for PhysicalDeviceMemoryBudgetPropertiesEXT
impl Clone for PhysicalDeviceMemoryBudgetPropertiesEXT
source§fn clone(&self) -> PhysicalDeviceMemoryBudgetPropertiesEXT
fn clone(&self) -> PhysicalDeviceMemoryBudgetPropertiesEXT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more