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 moresource§impl TaggedStructure for DeviceMemoryOverallocationCreateInfoAMD
impl TaggedStructure for DeviceMemoryOverallocationCreateInfoAMD
const STRUCTURE_TYPE: StructureType = StructureType::DEVICE_MEMORY_OVERALLOCATION_CREATE_INFO_AMD
impl Copy for DeviceMemoryOverallocationCreateInfoAMD
impl ExtendsDeviceCreateInfo for DeviceMemoryOverallocationCreateInfoAMD
Auto Trait Implementations§
impl Freeze for DeviceMemoryOverallocationCreateInfoAMD
impl RefUnwindSafe for DeviceMemoryOverallocationCreateInfoAMD
impl !Send for DeviceMemoryOverallocationCreateInfoAMD
impl !Sync for DeviceMemoryOverallocationCreateInfoAMD
impl Unpin for DeviceMemoryOverallocationCreateInfoAMD
impl UnwindSafe for DeviceMemoryOverallocationCreateInfoAMD
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