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