pub struct RayTracingPipelineClusterAccelerationStructureCreateInfoNVBuilder<'a> { /* private fields */ }Expand description
Builder for RayTracingPipelineClusterAccelerationStructureCreateInfoNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> RayTracingPipelineClusterAccelerationStructureCreateInfoNVBuilder<'a>
impl<'a> RayTracingPipelineClusterAccelerationStructureCreateInfoNVBuilder<'a>
pub fn allow_cluster_acceleration_structure(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsRayTracingPipelineClusterAccelerationStructureCreateInfoNV>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsRayTracingPipelineClusterAccelerationStructureCreateInfoNV>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See RayTracingPipelineClusterAccelerationStructureCreateInfoNV’s Extended By section for valid types.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RayTracingPipelineClusterAccelerationStructureCreateInfoNVBuilder<'a>
impl<'a> RefUnwindSafe for RayTracingPipelineClusterAccelerationStructureCreateInfoNVBuilder<'a>
impl<'a> !Send for RayTracingPipelineClusterAccelerationStructureCreateInfoNVBuilder<'a>
impl<'a> !Sync for RayTracingPipelineClusterAccelerationStructureCreateInfoNVBuilder<'a>
impl<'a> Unpin for RayTracingPipelineClusterAccelerationStructureCreateInfoNVBuilder<'a>
impl<'a> UnsafeUnpin for RayTracingPipelineClusterAccelerationStructureCreateInfoNVBuilder<'a>
impl<'a> UnwindSafe for RayTracingPipelineClusterAccelerationStructureCreateInfoNVBuilder<'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