pub struct SubgroupMmaConstantMatrixOperationBuilder<'c, T0, T1> { /* private fields */ }
Expand description
A builder for a subgroup_mma_constant_matrix
operation.
Implementations§
source§impl<'c> SubgroupMmaConstantMatrixOperationBuilder<'c, Unset, Unset>
impl<'c> SubgroupMmaConstantMatrixOperationBuilder<'c, Unset, Unset>
source§impl<'c, T1> SubgroupMmaConstantMatrixOperationBuilder<'c, Unset, T1>
impl<'c, T1> SubgroupMmaConstantMatrixOperationBuilder<'c, Unset, T1>
pub fn res( self, res: Type<'c> ) -> SubgroupMmaConstantMatrixOperationBuilder<'c, Set, T1>
source§impl<'c, T0> SubgroupMmaConstantMatrixOperationBuilder<'c, T0, Unset>
impl<'c, T0> SubgroupMmaConstantMatrixOperationBuilder<'c, T0, Unset>
pub fn value( self, value: Value<'c, '_> ) -> SubgroupMmaConstantMatrixOperationBuilder<'c, T0, Set>
source§impl<'c> SubgroupMmaConstantMatrixOperationBuilder<'c, Set, Set>
impl<'c> SubgroupMmaConstantMatrixOperationBuilder<'c, Set, Set>
pub fn build(self) -> SubgroupMmaConstantMatrixOperation<'c>
Auto Trait Implementations§
impl<'c, T0, T1> RefUnwindSafe for SubgroupMmaConstantMatrixOperationBuilder<'c, T0, T1>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
impl<'c, T0, T1> !Send for SubgroupMmaConstantMatrixOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> !Sync for SubgroupMmaConstantMatrixOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> Unpin for SubgroupMmaConstantMatrixOperationBuilder<'c, T0, T1>
impl<'c, T0, T1> UnwindSafe for SubgroupMmaConstantMatrixOperationBuilder<'c, T0, T1>where
T0: UnwindSafe,
T1: UnwindSafe,
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