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