pub struct DeviceMemoryOverallocationCreateInfoAMDBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> DeviceMemoryOverallocationCreateInfoAMDBuilder<'a>
impl<'a> DeviceMemoryOverallocationCreateInfoAMDBuilder<'a>
pub fn overallocation_behavior( self, overallocation_behavior: MemoryOverallocationBehaviorAMD ) -> Self
sourcepub fn build(self) -> DeviceMemoryOverallocationCreateInfoAMD
pub fn build(self) -> DeviceMemoryOverallocationCreateInfoAMD
Calling build will discard all the lifetime information. Only call this if
necessary! Builders implement Deref
targeting their corresponding Vulkan struct,
so references to builders can be passed directly to Vulkan functions.
Trait Implementations§
source§impl<'a> Deref for DeviceMemoryOverallocationCreateInfoAMDBuilder<'a>
impl<'a> Deref for DeviceMemoryOverallocationCreateInfoAMDBuilder<'a>
source§impl<'a> DerefMut for DeviceMemoryOverallocationCreateInfoAMDBuilder<'a>
impl<'a> DerefMut for DeviceMemoryOverallocationCreateInfoAMDBuilder<'a>
impl ExtendsDeviceCreateInfo for DeviceMemoryOverallocationCreateInfoAMDBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for DeviceMemoryOverallocationCreateInfoAMDBuilder<'a>
impl<'a> RefUnwindSafe for DeviceMemoryOverallocationCreateInfoAMDBuilder<'a>
impl<'a> !Send for DeviceMemoryOverallocationCreateInfoAMDBuilder<'a>
impl<'a> !Sync for DeviceMemoryOverallocationCreateInfoAMDBuilder<'a>
impl<'a> Unpin for DeviceMemoryOverallocationCreateInfoAMDBuilder<'a>
impl<'a> UnwindSafe for DeviceMemoryOverallocationCreateInfoAMDBuilder<'a>
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