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