#[repr(C)]pub struct PhysicalDeviceImageProcessing2FeaturesQCOM {
pub s_type: StructureType,
pub next: *mut c_void,
pub texture_block_match2: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§texture_block_match2: Bool32Trait Implementations§
Source§impl Clone for PhysicalDeviceImageProcessing2FeaturesQCOM
impl Clone for PhysicalDeviceImageProcessing2FeaturesQCOM
Source§fn clone(&self) -> PhysicalDeviceImageProcessing2FeaturesQCOM
fn clone(&self) -> PhysicalDeviceImageProcessing2FeaturesQCOM
Returns a duplicate 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 PartialEq for PhysicalDeviceImageProcessing2FeaturesQCOM
impl PartialEq for PhysicalDeviceImageProcessing2FeaturesQCOM
Source§fn eq(&self, other: &PhysicalDeviceImageProcessing2FeaturesQCOM) -> bool
fn eq(&self, other: &PhysicalDeviceImageProcessing2FeaturesQCOM) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDeviceImageProcessing2FeaturesQCOM
impl Eq for PhysicalDeviceImageProcessing2FeaturesQCOM
impl Send for PhysicalDeviceImageProcessing2FeaturesQCOM
impl StructuralPartialEq for PhysicalDeviceImageProcessing2FeaturesQCOM
impl Sync for PhysicalDeviceImageProcessing2FeaturesQCOM
Auto Trait Implementations§
impl Freeze for PhysicalDeviceImageProcessing2FeaturesQCOM
impl RefUnwindSafe for PhysicalDeviceImageProcessing2FeaturesQCOM
impl Unpin for PhysicalDeviceImageProcessing2FeaturesQCOM
impl UnwindSafe for PhysicalDeviceImageProcessing2FeaturesQCOM
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