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