#[repr(C)]pub struct PhysicalDeviceImageProcessingPropertiesQCOM {
pub sType: StructureType,
pub pNext: *mut c_void,
pub maxWeightFilterPhases: u32,
pub maxWeightFilterDimension: Extent2D,
pub maxBlockMatchRegion: Extent2D,
pub maxBoxFilterBlockSize: Extent2D,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§maxWeightFilterPhases: u32
§maxWeightFilterDimension: Extent2D
§maxBlockMatchRegion: Extent2D
§maxBoxFilterBlockSize: Extent2D
Trait Implementations§
Source§impl Clone for PhysicalDeviceImageProcessingPropertiesQCOM
impl Clone for PhysicalDeviceImageProcessingPropertiesQCOM
Source§fn clone(&self) -> PhysicalDeviceImageProcessingPropertiesQCOM
fn clone(&self) -> PhysicalDeviceImageProcessingPropertiesQCOM
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy 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