pub struct CooperativeMatrixPropertiesKHRBuilder<'a> { /* private fields */ }Expand description
Builder for CooperativeMatrixPropertiesKHR with lifetime-tied pNext safety.
Implementations§
Source§impl<'a> CooperativeMatrixPropertiesKHRBuilder<'a>
impl<'a> CooperativeMatrixPropertiesKHRBuilder<'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: ComponentTypeKHR) -> Self
pub fn b_type(self, value: ComponentTypeKHR) -> Self
pub fn c_type(self, value: ComponentTypeKHR) -> Self
pub fn result_type(self, value: ComponentTypeKHR) -> Self
pub fn saturating_accumulation(self, value: bool) -> Self
pub fn scope(self, value: ScopeKHR) -> Self
Trait Implementations§
Source§impl<'a> Deref for CooperativeMatrixPropertiesKHRBuilder<'a>
impl<'a> Deref for CooperativeMatrixPropertiesKHRBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for CooperativeMatrixPropertiesKHRBuilder<'a>
impl<'a> RefUnwindSafe for CooperativeMatrixPropertiesKHRBuilder<'a>
impl<'a> !Send for CooperativeMatrixPropertiesKHRBuilder<'a>
impl<'a> !Sync for CooperativeMatrixPropertiesKHRBuilder<'a>
impl<'a> Unpin for CooperativeMatrixPropertiesKHRBuilder<'a>
impl<'a> UnsafeUnpin for CooperativeMatrixPropertiesKHRBuilder<'a>
impl<'a> UnwindSafe for CooperativeMatrixPropertiesKHRBuilder<'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