pub struct CooperativeMatrixPropertiesNVBuilder<'a> { /* private fields */ }Expand description
Builder for CooperativeMatrixPropertiesNV with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> CooperativeMatrixPropertiesNVBuilder<'a>
impl<'a> CooperativeMatrixPropertiesNVBuilder<'a>
pub fn m_size(self, value: u32) -> Self
pub fn n_size(self, value: u32) -> Self
pub fn k_size(self, value: u32) -> Self
pub fn a_type(self, value: ComponentTypeNV) -> Self
pub fn b_type(self, value: ComponentTypeNV) -> Self
pub fn c_type(self, value: ComponentTypeNV) -> Self
pub fn d_type(self, value: ComponentTypeNV) -> Self
pub fn scope(self, value: ScopeNV) -> Self
Trait Implementations§
Source§impl<'a> Deref for CooperativeMatrixPropertiesNVBuilder<'a>
impl<'a> Deref for CooperativeMatrixPropertiesNVBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for CooperativeMatrixPropertiesNVBuilder<'a>
impl<'a> RefUnwindSafe for CooperativeMatrixPropertiesNVBuilder<'a>
impl<'a> !Send for CooperativeMatrixPropertiesNVBuilder<'a>
impl<'a> !Sync for CooperativeMatrixPropertiesNVBuilder<'a>
impl<'a> Unpin for CooperativeMatrixPropertiesNVBuilder<'a>
impl<'a> UnsafeUnpin for CooperativeMatrixPropertiesNVBuilder<'a>
impl<'a> UnwindSafe for CooperativeMatrixPropertiesNVBuilder<'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