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