#[repr(C)]pub struct PhysicalDeviceImageProcessingPropertiesQCOM<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_weight_filter_phases: u32,
pub max_weight_filter_dimension: Extent2D,
pub max_block_match_region: Extent2D,
pub max_box_filter_block_size: Extent2D,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§max_weight_filter_phases: u32
§max_weight_filter_dimension: Extent2D
§max_block_match_region: Extent2D
§max_box_filter_block_size: Extent2D
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceImageProcessingPropertiesQCOM<'a>
impl<'a> PhysicalDeviceImageProcessingPropertiesQCOM<'a>
pub fn max_weight_filter_phases(self, max_weight_filter_phases: u32) -> Self
pub fn max_weight_filter_dimension( self, max_weight_filter_dimension: Extent2D, ) -> Self
pub fn max_block_match_region(self, max_block_match_region: Extent2D) -> Self
pub fn max_box_filter_block_size( self, max_box_filter_block_size: Extent2D, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceImageProcessingPropertiesQCOM<'a>
impl<'a> Clone for PhysicalDeviceImageProcessingPropertiesQCOM<'a>
source§fn clone(&self) -> PhysicalDeviceImageProcessingPropertiesQCOM<'a>
fn clone(&self) -> PhysicalDeviceImageProcessingPropertiesQCOM<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for PhysicalDeviceImageProcessingPropertiesQCOM<'a>
impl<'a> Debug for PhysicalDeviceImageProcessingPropertiesQCOM<'a>
source§impl<'a> TaggedStructure for PhysicalDeviceImageProcessingPropertiesQCOM<'a>
impl<'a> TaggedStructure for PhysicalDeviceImageProcessingPropertiesQCOM<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_IMAGE_PROCESSING_PROPERTIES_QCOM
impl<'a> Copy for PhysicalDeviceImageProcessingPropertiesQCOM<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceImageProcessingPropertiesQCOM<'_>
impl Send for PhysicalDeviceImageProcessingPropertiesQCOM<'_>
impl Sync for PhysicalDeviceImageProcessingPropertiesQCOM<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceImageProcessingPropertiesQCOM<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceImageProcessingPropertiesQCOM<'a>
impl<'a> Unpin for PhysicalDeviceImageProcessingPropertiesQCOM<'a>
impl<'a> UnwindSafe for PhysicalDeviceImageProcessingPropertiesQCOM<'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