#[repr(C)]pub struct PhysicalDeviceImageProcessing2PropertiesQCOM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_block_match_window: Extent2D,
}Expand description
VkPhysicalDeviceImageProcessing2PropertiesQCOM
Provided by VK_QCOM_image_processing2.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_PROCESSING_2_PROPERTIES_QCOM.
p_next: *mut c_voidOptional, may be null.
max_block_match_window: Extent2DImplementations§
Source§impl PhysicalDeviceImageProcessing2PropertiesQCOM
impl PhysicalDeviceImageProcessing2PropertiesQCOM
Sourcepub fn builder<'a>() -> PhysicalDeviceImageProcessing2PropertiesQCOMBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceImageProcessing2PropertiesQCOMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceImageProcessing2PropertiesQCOM
impl Clone for PhysicalDeviceImageProcessing2PropertiesQCOM
Source§fn clone(&self) -> PhysicalDeviceImageProcessing2PropertiesQCOM
fn clone(&self) -> PhysicalDeviceImageProcessing2PropertiesQCOM
Returns a duplicate 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 PhysicalDeviceImageProcessing2PropertiesQCOM
impl Default for PhysicalDeviceImageProcessing2PropertiesQCOM
Source§fn default() -> PhysicalDeviceImageProcessing2PropertiesQCOM
fn default() -> PhysicalDeviceImageProcessing2PropertiesQCOM
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceImageProcessing2PropertiesQCOM
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceImageProcessing2PropertiesQCOM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceImageProcessing2PropertiesQCOM
impl RefUnwindSafe for PhysicalDeviceImageProcessing2PropertiesQCOM
impl !Send for PhysicalDeviceImageProcessing2PropertiesQCOM
impl !Sync for PhysicalDeviceImageProcessing2PropertiesQCOM
impl Unpin for PhysicalDeviceImageProcessing2PropertiesQCOM
impl UnsafeUnpin for PhysicalDeviceImageProcessing2PropertiesQCOM
impl UnwindSafe for PhysicalDeviceImageProcessing2PropertiesQCOM
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