pub struct MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, T2, T3, T4, T5> { /* private fields */ }
Expand description
A builder for an intr.matrix.column.major.load
operation.
Implementations§
source§impl<'c> MatrixColumnMajorLoadOperationBuilder<'c, Unset, Unset, Unset, Unset, Unset, Unset>
impl<'c> MatrixColumnMajorLoadOperationBuilder<'c, Unset, Unset, Unset, Unset, Unset, Unset>
source§impl<'c, T1, T2, T3, T4, T5> MatrixColumnMajorLoadOperationBuilder<'c, Unset, T1, T2, T3, T4, T5>
impl<'c, T1, T2, T3, T4, T5> MatrixColumnMajorLoadOperationBuilder<'c, Unset, T1, T2, T3, T4, T5>
pub fn res( self, res: Type<'c> ) -> MatrixColumnMajorLoadOperationBuilder<'c, Set, T1, T2, T3, T4, T5>
source§impl<'c, T0, T2, T3, T4, T5> MatrixColumnMajorLoadOperationBuilder<'c, T0, Unset, T2, T3, T4, T5>
impl<'c, T0, T2, T3, T4, T5> MatrixColumnMajorLoadOperationBuilder<'c, T0, Unset, T2, T3, T4, T5>
pub fn data( self, data: Value<'c, '_> ) -> MatrixColumnMajorLoadOperationBuilder<'c, T0, Set, T2, T3, T4, T5>
source§impl<'c, T0, T1, T3, T4, T5> MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, Unset, T3, T4, T5>
impl<'c, T0, T1, T3, T4, T5> MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, Unset, T3, T4, T5>
pub fn stride( self, stride: Value<'c, '_> ) -> MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, Set, T3, T4, T5>
source§impl<'c, T0, T1, T2, T4, T5> MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, T2, Unset, T4, T5>
impl<'c, T0, T1, T2, T4, T5> MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, T2, Unset, T4, T5>
pub fn is_volatile( self, is_volatile: IntegerAttribute<'c> ) -> MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, T2, Set, T4, T5>
source§impl<'c, T0, T1, T2, T3, T5> MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, T2, T3, Unset, T5>
impl<'c, T0, T1, T2, T3, T5> MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, T2, T3, Unset, T5>
pub fn rows( self, rows: IntegerAttribute<'c> ) -> MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, T2, T3, Set, T5>
source§impl<'c, T0, T1, T2, T3, T4> MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, T2, T3, T4, Unset>
impl<'c, T0, T1, T2, T3, T4> MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, T2, T3, T4, Unset>
pub fn columns( self, columns: IntegerAttribute<'c> ) -> MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, T2, T3, T4, Set>
source§impl<'c> MatrixColumnMajorLoadOperationBuilder<'c, Set, Set, Set, Set, Set, Set>
impl<'c> MatrixColumnMajorLoadOperationBuilder<'c, Set, Set, Set, Set, Set, Set>
pub fn build(self) -> MatrixColumnMajorLoadOperation<'c>
Auto Trait Implementations§
impl<'c, T0, T1, T2, T3, T4, T5> RefUnwindSafe for MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, T2, T3, T4, T5>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
T2: RefUnwindSafe,
T3: RefUnwindSafe,
T4: RefUnwindSafe,
T5: RefUnwindSafe,
impl<'c, T0, T1, T2, T3, T4, T5> !Send for MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, T2, T3, T4, T5>
impl<'c, T0, T1, T2, T3, T4, T5> !Sync for MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, T2, T3, T4, T5>
impl<'c, T0, T1, T2, T3, T4, T5> Unpin for MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, T2, T3, T4, T5>
impl<'c, T0, T1, T2, T3, T4, T5> UnwindSafe for MatrixColumnMajorLoadOperationBuilder<'c, T0, T1, T2, T3, T4, T5>where
T0: UnwindSafe,
T1: UnwindSafe,
T2: UnwindSafe,
T3: UnwindSafe,
T4: UnwindSafe,
T5: 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