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