pub struct ScaledExtPackedMatrixOperationBuilder<'c, T0, O0, O1, A0, A1, A2> { /* private fields */ }Expand description
A builder for a scaled_ext_packed_matrix operation.
Implementations§
Source§impl<'c> ScaledExtPackedMatrixOperationBuilder<'c, Unset, Unset, Unset, Unset, Unset, Unset>
impl<'c> ScaledExtPackedMatrixOperationBuilder<'c, Unset, Unset, Unset, Unset, Unset, Unset>
Source§impl<'c, O0, O1, A0, A1, A2> ScaledExtPackedMatrixOperationBuilder<'c, Unset, O0, O1, A0, A1, A2>
impl<'c, O0, O1, A0, A1, A2> ScaledExtPackedMatrixOperationBuilder<'c, Unset, O0, O1, A0, A1, A2>
pub fn res( self, res: Type<'c>, ) -> ScaledExtPackedMatrixOperationBuilder<'c, Set, O0, O1, A0, A1, A2>
Source§impl<'c, T0, O1, A0, A1, A2> ScaledExtPackedMatrixOperationBuilder<'c, T0, Unset, O1, A0, A1, A2>
impl<'c, T0, O1, A0, A1, A2> ScaledExtPackedMatrixOperationBuilder<'c, T0, Unset, O1, A0, A1, A2>
pub fn source( self, source: Value<'c, '_>, ) -> ScaledExtPackedMatrixOperationBuilder<'c, T0, Set, O1, A0, A1, A2>
Source§impl<'c, T0, A0, A1, A2> ScaledExtPackedMatrixOperationBuilder<'c, T0, Set, Unset, A0, A1, A2>
impl<'c, T0, A0, A1, A2> ScaledExtPackedMatrixOperationBuilder<'c, T0, Set, Unset, A0, A1, A2>
pub fn scale( self, scale: Value<'c, '_>, ) -> ScaledExtPackedMatrixOperationBuilder<'c, T0, Set, Set, A0, A1, A2>
Source§impl<'c, T0, O0, O1, A1, A2> ScaledExtPackedMatrixOperationBuilder<'c, T0, O0, O1, Unset, A1, A2>
impl<'c, T0, O0, O1, A1, A2> ScaledExtPackedMatrixOperationBuilder<'c, T0, O0, O1, Unset, A1, A2>
pub fn block_size( self, block_size: IntegerAttribute<'c>, ) -> ScaledExtPackedMatrixOperationBuilder<'c, T0, O0, O1, Set, A1, A2>
Source§impl<'c, T0, O0, O1, A0, A2> ScaledExtPackedMatrixOperationBuilder<'c, T0, O0, O1, A0, Unset, A2>
impl<'c, T0, O0, O1, A0, A2> ScaledExtPackedMatrixOperationBuilder<'c, T0, O0, O1, A0, Unset, A2>
pub fn first_scale_lane( self, first_scale_lane: IntegerAttribute<'c>, ) -> ScaledExtPackedMatrixOperationBuilder<'c, T0, O0, O1, A0, Set, A2>
Source§impl<'c, T0, O0, O1, A0, A1> ScaledExtPackedMatrixOperationBuilder<'c, T0, O0, O1, A0, A1, Unset>
impl<'c, T0, O0, O1, A0, A1> ScaledExtPackedMatrixOperationBuilder<'c, T0, O0, O1, A0, A1, Unset>
pub fn first_scale_byte( self, first_scale_byte: IntegerAttribute<'c>, ) -> ScaledExtPackedMatrixOperationBuilder<'c, T0, O0, O1, A0, A1, Set>
Source§impl<'c> ScaledExtPackedMatrixOperationBuilder<'c, Set, Set, Set, Set, Set, Set>
impl<'c> ScaledExtPackedMatrixOperationBuilder<'c, Set, Set, Set, Set, Set, Set>
pub fn build(self) -> ScaledExtPackedMatrixOperation<'c>
Auto Trait Implementations§
impl<'c, T0, O0, O1, A0, A1, A2> Freeze for ScaledExtPackedMatrixOperationBuilder<'c, T0, O0, O1, A0, A1, A2>
impl<'c, T0, O0, O1, A0, A1, A2> RefUnwindSafe for ScaledExtPackedMatrixOperationBuilder<'c, T0, O0, O1, A0, A1, A2>where
T0: RefUnwindSafe,
O0: RefUnwindSafe,
O1: RefUnwindSafe,
A0: RefUnwindSafe,
A1: RefUnwindSafe,
A2: RefUnwindSafe,
impl<'c, T0, O0, O1, A0, A1, A2> !Send for ScaledExtPackedMatrixOperationBuilder<'c, T0, O0, O1, A0, A1, A2>
impl<'c, T0, O0, O1, A0, A1, A2> !Sync for ScaledExtPackedMatrixOperationBuilder<'c, T0, O0, O1, A0, A1, A2>
impl<'c, T0, O0, O1, A0, A1, A2> Unpin for ScaledExtPackedMatrixOperationBuilder<'c, T0, O0, O1, A0, A1, A2>
impl<'c, T0, O0, O1, A0, A1, A2> UnwindSafe for ScaledExtPackedMatrixOperationBuilder<'c, T0, O0, O1, A0, A1, A2>where
T0: UnwindSafe,
O0: UnwindSafe,
O1: UnwindSafe,
A0: UnwindSafe,
A1: UnwindSafe,
A2: 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