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