pub struct PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a>
impl<'a> PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a>
pub fn dedicated_allocation_image_aliasing( self, dedicated_allocation_image_aliasing: bool ) -> Self
sourcepub fn build(self) -> PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV
pub fn build(self) -> PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV
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§
impl ExtendsDeviceCreateInfo for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a>
impl<'a> !Send for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a>
impl<'a> !Sync for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a>
impl<'a> Unpin for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'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