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