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