#[repr(C)]pub struct PhysicalDeviceImageProcessing2FeaturesQCOM {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub texture_block_match2: u32,
}Expand description
VkPhysicalDeviceImageProcessing2FeaturesQCOM
Provided by VK_QCOM_image_processing2.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_PROCESSING_2_FEATURES_QCOM.
p_next: *mut c_voidOptional, may be null.
texture_block_match2: u32Implementations§
Source§impl PhysicalDeviceImageProcessing2FeaturesQCOM
impl PhysicalDeviceImageProcessing2FeaturesQCOM
Sourcepub fn builder<'a>() -> PhysicalDeviceImageProcessing2FeaturesQCOMBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceImageProcessing2FeaturesQCOMBuilder<'a>
Returns a builder for this struct with sType pre-filled.
Trait Implementations§
Source§impl Clone for PhysicalDeviceImageProcessing2FeaturesQCOM
impl Clone for PhysicalDeviceImageProcessing2FeaturesQCOM
Source§fn clone(&self) -> PhysicalDeviceImageProcessing2FeaturesQCOM
fn clone(&self) -> PhysicalDeviceImageProcessing2FeaturesQCOM
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 moreimpl Copy for PhysicalDeviceImageProcessing2FeaturesQCOM
impl ExtendsDeviceCreateInfo for PhysicalDeviceImageProcessing2FeaturesQCOM
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceImageProcessing2FeaturesQCOM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceImageProcessing2FeaturesQCOM
impl RefUnwindSafe for PhysicalDeviceImageProcessing2FeaturesQCOM
impl !Send for PhysicalDeviceImageProcessing2FeaturesQCOM
impl !Sync for PhysicalDeviceImageProcessing2FeaturesQCOM
impl Unpin for PhysicalDeviceImageProcessing2FeaturesQCOM
impl UnsafeUnpin for PhysicalDeviceImageProcessing2FeaturesQCOM
impl UnwindSafe for PhysicalDeviceImageProcessing2FeaturesQCOM
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