#[repr(C)]pub struct PhysicalDeviceImageProcessing2FeaturesQCOM<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub texture_block_match2: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§texture_block_match2: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
impl<'a> PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
pub fn texture_block_match2(self, texture_block_match2: bool) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
impl<'a> Clone for PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
source§fn clone(&self) -> PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
fn clone(&self) -> PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
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<'a> Debug for PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
impl<'a> Debug for PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
source§impl Default for PhysicalDeviceImageProcessing2FeaturesQCOM<'_>
impl Default for PhysicalDeviceImageProcessing2FeaturesQCOM<'_>
source§impl<'a> TaggedStructure for PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
impl<'a> TaggedStructure for PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_IMAGE_PROCESSING_2_FEATURES_QCOM
impl<'a> Copy for PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
impl ExtendsDeviceCreateInfo for PhysicalDeviceImageProcessing2FeaturesQCOM<'_>
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceImageProcessing2FeaturesQCOM<'_>
impl Send for PhysicalDeviceImageProcessing2FeaturesQCOM<'_>
impl Sync for PhysicalDeviceImageProcessing2FeaturesQCOM<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
impl<'a> Unpin for PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
impl<'a> UnwindSafe for PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
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