Struct ash::vk::DeviceMemoryOverallocationCreateInfoAMD [−][src]
#[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
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for DeviceMemoryOverallocationCreateInfoAMD
impl !Sync for DeviceMemoryOverallocationCreateInfoAMD
Blanket Implementations
Mutably borrows from an owned value. Read more