pub struct PhysicalDeviceCooperativeMatrixConversionFeaturesQCOMBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceCooperativeMatrixConversionFeaturesQCOM with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceCooperativeMatrixConversionFeaturesQCOMBuilder<'a>
impl<'a> PhysicalDeviceCooperativeMatrixConversionFeaturesQCOMBuilder<'a>
pub fn cooperative_matrix_conversion(self, value: bool) -> Self
Sourcepub fn push_next<T: ExtendsPhysicalDeviceCooperativeMatrixConversionFeaturesQCOM>(
self,
next: &'a mut T,
) -> Self
pub fn push_next<T: ExtendsPhysicalDeviceCooperativeMatrixConversionFeaturesQCOM>( self, next: &'a mut T, ) -> Self
Prepend a struct to the pNext chain. See PhysicalDeviceCooperativeMatrixConversionFeaturesQCOM’s Extended By section for valid types.
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceCooperativeMatrixConversionFeaturesQCOMBuilder<'a>
impl<'a> Deref for PhysicalDeviceCooperativeMatrixConversionFeaturesQCOMBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceCooperativeMatrixConversionFeaturesQCOMBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceCooperativeMatrixConversionFeaturesQCOMBuilder<'a>
impl<'a> !Send for PhysicalDeviceCooperativeMatrixConversionFeaturesQCOMBuilder<'a>
impl<'a> !Sync for PhysicalDeviceCooperativeMatrixConversionFeaturesQCOMBuilder<'a>
impl<'a> Unpin for PhysicalDeviceCooperativeMatrixConversionFeaturesQCOMBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceCooperativeMatrixConversionFeaturesQCOMBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceCooperativeMatrixConversionFeaturesQCOMBuilder<'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