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