pub struct SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a> { /* private fields */ }Expand description
Builder for SamplerBlockMatchWindowCreateInfoQCOM with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
impl<'a> SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
pub fn window_extent( self, value: Extent2D, ) -> SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
pub fn window_compare_mode( self, value: BlockMatchWindowCompareModeQCOM, ) -> SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
Prepend a struct to the pNext chain. See SamplerBlockMatchWindowCreateInfoQCOM’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
impl<'a> Deref for SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
Source§type Target = SamplerBlockMatchWindowCreateInfoQCOM
type Target = SamplerBlockMatchWindowCreateInfoQCOM
The resulting type after dereferencing.
Source§impl<'a> DerefMut for SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
impl<'a> DerefMut for SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
impl<'a> RefUnwindSafe for SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
impl<'a> !Send for SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
impl<'a> !Sync for SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
impl<'a> Unpin for SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
impl<'a> UnsafeUnpin for SamplerBlockMatchWindowCreateInfoQCOMBuilder<'a>
impl<'a> UnwindSafe for SamplerBlockMatchWindowCreateInfoQCOMBuilder<'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