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 moresource§impl TaggedStructure for PhysicalDeviceMemoryBudgetPropertiesEXT
impl TaggedStructure for PhysicalDeviceMemoryBudgetPropertiesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_MEMORY_BUDGET_PROPERTIES_EXT
impl Copy for PhysicalDeviceMemoryBudgetPropertiesEXT
impl ExtendsPhysicalDeviceMemoryProperties2 for PhysicalDeviceMemoryBudgetPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceMemoryBudgetPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceMemoryBudgetPropertiesEXT
impl !Send for PhysicalDeviceMemoryBudgetPropertiesEXT
impl !Sync for PhysicalDeviceMemoryBudgetPropertiesEXT
impl Unpin for PhysicalDeviceMemoryBudgetPropertiesEXT
impl UnwindSafe for PhysicalDeviceMemoryBudgetPropertiesEXT
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more