#[repr(C)]pub struct PhysicalDeviceImageProcessingFeaturesQCOM {
pub sType: StructureType,
pub pNext: *mut c_void,
pub textureSampleWeighted: Bool32,
pub textureBoxFilter: Bool32,
pub textureBlockMatch: Bool32,
}
Fields§
§sType: StructureType
§pNext: *mut c_void
§textureSampleWeighted: Bool32
§textureBoxFilter: Bool32
§textureBlockMatch: Bool32
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 moreimpl Copy 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