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