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