pub struct PhysicalDeviceCooperativeMatrix2PropertiesNVBuilder<'a> { /* private fields */ }Expand description
Builder for PhysicalDeviceCooperativeMatrix2PropertiesNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> PhysicalDeviceCooperativeMatrix2PropertiesNVBuilder<'a>
impl<'a> PhysicalDeviceCooperativeMatrix2PropertiesNVBuilder<'a>
pub fn cooperative_matrix_workgroup_scope_max_workgroup_size( self, value: u32, ) -> Self
pub fn cooperative_matrix_flexible_dimensions_max_dimension( self, value: u32, ) -> Self
Trait Implementations§
Source§impl<'a> Deref for PhysicalDeviceCooperativeMatrix2PropertiesNVBuilder<'a>
impl<'a> Deref for PhysicalDeviceCooperativeMatrix2PropertiesNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceCooperativeMatrix2PropertiesNVBuilder<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceCooperativeMatrix2PropertiesNVBuilder<'a>
impl<'a> !Send for PhysicalDeviceCooperativeMatrix2PropertiesNVBuilder<'a>
impl<'a> !Sync for PhysicalDeviceCooperativeMatrix2PropertiesNVBuilder<'a>
impl<'a> Unpin for PhysicalDeviceCooperativeMatrix2PropertiesNVBuilder<'a>
impl<'a> UnsafeUnpin for PhysicalDeviceCooperativeMatrix2PropertiesNVBuilder<'a>
impl<'a> UnwindSafe for PhysicalDeviceCooperativeMatrix2PropertiesNVBuilder<'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