Struct ash::vk::DeviceMemoryOverallocationCreateInfoAMD
source · #[repr(C)]pub struct DeviceMemoryOverallocationCreateInfoAMD {
pub s_type: StructureType,
pub p_next: *const c_void,
pub overallocation_behavior: MemoryOverallocationBehaviorAMD,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§overallocation_behavior: MemoryOverallocationBehaviorAMD
Implementations§
Trait Implementations§
source§impl Clone for DeviceMemoryOverallocationCreateInfoAMD
impl Clone for DeviceMemoryOverallocationCreateInfoAMD
source§fn clone(&self) -> DeviceMemoryOverallocationCreateInfoAMD
fn clone(&self) -> DeviceMemoryOverallocationCreateInfoAMD
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