pub struct PhysicalDeviceImageProcessingPropertiesQCOM {
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,
}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: Extent2DImplementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceImageProcessingPropertiesQCOM
impl Clone for PhysicalDeviceImageProcessingPropertiesQCOM
source§fn clone(&self) -> PhysicalDeviceImageProcessingPropertiesQCOM
fn clone(&self) -> PhysicalDeviceImageProcessingPropertiesQCOM
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 Default for PhysicalDeviceImageProcessingPropertiesQCOM
impl Default for PhysicalDeviceImageProcessingPropertiesQCOM
source§fn default() -> PhysicalDeviceImageProcessingPropertiesQCOM
fn default() -> PhysicalDeviceImageProcessingPropertiesQCOM
Returns the “default value” for a type. Read more