pub struct PhysicalDeviceImageProcessingFeaturesQCOM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub texture_sample_weighted: u32,
pub texture_box_filter: u32,
pub texture_block_match: u32,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§texture_sample_weighted: u32§texture_box_filter: u32§texture_block_match: u32Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceImageProcessingFeaturesQCOM
impl Clone for PhysicalDeviceImageProcessingFeaturesQCOM
source§fn clone(&self) -> PhysicalDeviceImageProcessingFeaturesQCOM
fn clone(&self) -> PhysicalDeviceImageProcessingFeaturesQCOM
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 PhysicalDeviceImageProcessingFeaturesQCOM
impl Default for PhysicalDeviceImageProcessingFeaturesQCOM
source§fn default() -> PhysicalDeviceImageProcessingFeaturesQCOM
fn default() -> PhysicalDeviceImageProcessingFeaturesQCOM
Returns the “default value” for a type. Read more