pub struct PhysicalDeviceImageProcessing2PropertiesQCOMBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceImageProcessing2PropertiesQCOM with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceImageProcessing2PropertiesQCOMBuilder<'a>
impl<'a> PhysicalDeviceImageProcessing2PropertiesQCOMBuilder<'a>
pub fn max_block_match_window(self, value: Extent2D) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceImageProcessing2PropertiesQCOMBuilder<'a>
impl<'a> Deref for PhysicalDeviceImageProcessing2PropertiesQCOMBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceImageProcessing2PropertiesQCOMBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceImageProcessing2PropertiesQCOMBuilder<'a>
impl<'a> !Send for PhysicalDeviceImageProcessing2PropertiesQCOMBuilder<'a>
impl<'a> !Sync for PhysicalDeviceImageProcessing2PropertiesQCOMBuilder<'a>
impl<'a> Unpin for PhysicalDeviceImageProcessing2PropertiesQCOMBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceImageProcessing2PropertiesQCOMBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceImageProcessing2PropertiesQCOMBuilder<'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