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