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, ) -> PhysicalDeviceCooperativeMatrixConversionFeaturesQCOMBuilder<'a>
Sourcepub fn push_next<T>(
self,
next: &'a mut T,
) -> PhysicalDeviceCooperativeMatrixConversionFeaturesQCOMBuilder<'a>
pub fn push_next<T>( self, next: &'a mut T, ) -> PhysicalDeviceCooperativeMatrixConversionFeaturesQCOMBuilder<'a>
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>
Source§type Target = PhysicalDeviceCooperativeMatrixConversionFeaturesQCOM
type Target = PhysicalDeviceCooperativeMatrixConversionFeaturesQCOM
The resulting type after dereferencing.
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