#[repr(C)]pub struct PhysicalDeviceImageProcessing2FeaturesQCOM<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub texture_block_match2: u32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§texture_block_match2: u32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
impl<'a> PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
pub fn texture_block_match2( self, texture_block_match2: bool, ) -> PhysicalDeviceImageProcessing2FeaturesQCOM<'a>
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 duplicate of the value. Read more
1.0.0§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§fn default() -> PhysicalDeviceImageProcessing2FeaturesQCOM<'_>
fn default() -> PhysicalDeviceImageProcessing2FeaturesQCOM<'_>
Returns the “default value” for a type. Read more
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)