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