#[repr(C)]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: Extent2D
Implementations§
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 TaggedStructure for PhysicalDeviceImageProcessingPropertiesQCOM
impl TaggedStructure for PhysicalDeviceImageProcessingPropertiesQCOM
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_IMAGE_PROCESSING_PROPERTIES_QCOM
impl Copy for PhysicalDeviceImageProcessingPropertiesQCOM
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceImageProcessingPropertiesQCOM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceImageProcessingPropertiesQCOM
impl RefUnwindSafe for PhysicalDeviceImageProcessingPropertiesQCOM
impl !Send for PhysicalDeviceImageProcessingPropertiesQCOM
impl !Sync for PhysicalDeviceImageProcessingPropertiesQCOM
impl Unpin for PhysicalDeviceImageProcessingPropertiesQCOM
impl UnwindSafe for PhysicalDeviceImageProcessingPropertiesQCOM
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