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