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