#[repr(C)]pub struct PhysicalDeviceMemoryBudgetPropertiesEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub heapBudget: [DeviceSize; 16],
pub heapUsage: [DeviceSize; 16],
}Fields§
§sType: StructureType§pNext: *mut c_void§heapBudget: [DeviceSize; 16]§heapUsage: [DeviceSize; 16]Trait Implementations§
Source§impl Clone for PhysicalDeviceMemoryBudgetPropertiesEXT
impl Clone for PhysicalDeviceMemoryBudgetPropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceMemoryBudgetPropertiesEXT
fn clone(&self) -> PhysicalDeviceMemoryBudgetPropertiesEXT
Returns a duplicate 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 moreimpl Copy 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