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