Struct screen_13::driver::vk::PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder
source · [−]#[repr(transparent)]pub struct PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a> { /* private fields */ }Implementations
sourceimpl<'a> PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a>
impl<'a> PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a>
pub fn dedicated_allocation_image_aliasing(
self,
dedicated_allocation_image_aliasing: bool
) -> PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a>
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
sourceimpl<'a> Deref for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a>
type Target = PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV
type Target = PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNV
The resulting type after dereferencing.
sourcefn deref(
&self
) -> &<PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a> as Deref>::Target
fn deref(
&self
) -> &<PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a> as Deref>::Target
Dereferences the value.
sourceimpl<'a> DerefMut for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a>
impl<'a> DerefMut for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a>
sourcefn deref_mut(
&mut self
) -> &mut <PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a> as Deref>::Target
fn deref_mut(
&mut self
) -> &mut <PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'a> as Deref>::Target
Mutably dereferences the value.
impl<'_> ExtendsDeviceCreateInfo for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'_>
impl<'_> ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceDedicatedAllocationImageAliasingFeaturesNVBuilder<'_>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more